Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 643 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 643 Bytes

Movie Spot

A django web-app to list movie details and recommend similar movies based on movie search Live Web-App

Features

  • Data from IMDB, TMDB and YTS
  • Torrent files download option
  • Movie Recommendation

Installation

  • 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