A django web-app to list movie details and recommend similar movies based on movie search Live Web-App
- Data from IMDB, TMDB and YTS
- Torrent files download option
- Movie Recommendation
- Clone the repository
git clone https://github.com/JasbirCodeSpace/Movie-Recommendation-WebApp.git
- Install Dependencies
cd Movie-Recommendation-WebApp
pip install -r requirements.txt
- Run django migrations
pyhton manage.py makemigrations
python manage.py migrate
- Run django server
python manage.py runserver