JasbirCodeSpace / MovieSpot-Download

Django Web-App to search movies, get similar movies based on search, get torrent files, and movie suggestions based on a movie you liked.

Home Page:https://moviespotdownload.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Django Web-App to search movies, get similar movies based on search, get torrent files, and movie suggestions based on a movie you liked.

https://moviespotdownload.herokuapp.com/

License:MIT License


Languages

Language:HTML 52.1%Language:Python 47.9%