Skip to content

Building a Movie Recommendation System web application using Django framework and Collaborative Filtering technique

License

Notifications You must be signed in to change notification settings

abd1007/Movie-Recommendation-System-Web-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie-Recommendation-System-Web-Application

Building a Movie Recommendation System web application using Django framework and Recommendation technique called Collaborative Filtering

  • Matrix Factorization Algorithm

Screenshot

Home page

home

Recommendation page

recom

Rating page

rate

Technologies Used

Web Technologies

  • Python
  • HTML
  • CSS
  • JavaScript
  • Bootstrap

Python Packages

  • Django
  • Numpy
  • Pandas
  • Scipy

Database

SQLite

Requirements
python 3.6
pip3
virtualenv
Setup to run
  • Download zip file to your local machine
  • Extract the zip file
  • Open terminal/cmd promt
  • Goto that Path

Example

cd ~/Destop/Movie-Recommender-System-Web-Application-master

Create a new virtual environment in that directory

python3.6 -m pip install virtualenv
virtualenv venv -p python3.6

Activate virtual environment

source venv/bin/activate

Command line to install all dependencies

pip install -r requirements.txt

Then

cd ../Movie-Recommender-System/MovieRecommendationApp

Command line to run your program

python manage.py runserver

Now open your browser and go to this address

http://127.0.0.1:8000

About

Building a Movie Recommendation System web application using Django framework and Collaborative Filtering technique

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published