Getting Started - Shravsssss/MovieRecommender GitHub Wiki

Getting Started

Prerequisites

Before you start using this App, ensure you have the following prerequisites installed on your system:

  • Python 3.x: This project is built using Python, so ensure that Python 3.x is installed on your machine.
  • Flask: Flask is the primary web framework used in the application.
  • SQLite: The application uses SQLite as the database for storing user data, watchlists, and recommendations.
  • API Keys: You will need API keys from OMDB and TMDB to fetch movie information and streaming details.