Movie Suggestor is an intelligent movie and TV show recommendation platform powered by advanced algorithms and AI. Get personalized content suggestions based on your preferences and discover your next favorite entertainment.
- Smart movie and TV show recommendations
- AI-powered content suggestions
- Advanced filtering options
- Detailed movie/show information
- Real-time popularity tracking
- Beautiful, responsive UI with particle effects
- Cross-platform compatibility
- Python/Flask
- HTML5/CSS3
- JavaScript
- Bootstrap 5
- Particles.js
- TMDb API
- OpenAI API
-
Clone the repository: git clone https://github.com/berkay-digital/MovieSuggestor
-
Install dependencies: pip install -r requirements.txt
-
Create a .env file with your API keys: TMDB_API_KEY=your_tmdb_api_key OPENAI_API_KEY=your_openai_api_key FLASK_SECRET_KEY=your_secret_key
-
Run the application: python app.py
-
Open http://localhost:5001 in your browser
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- TMDb for their comprehensive movie database
- OpenAI for their powerful AI capabilities
- All contributors who helped improve this project