项目作者: shag527

项目描述 :
A Movie recommendation System
高级语言: Python
项目地址: git://github.com/shag527/Movy-Matchism.git
创建时间: 2020-05-09T13:15:37Z
项目社区:https://github.com/shag527/Movy-Matchism

开源协议:

下载


Movy-Matcher

A Web Based Movie Recommendation Engine using Content and Collaborative Filtering. The basic idea behind the recommendation is that if two persons like certain common movies, then the movies which one person has liked can be recommended to the other person if he has not watched them yet.

Screenshots

Home page

home

Movies page

recom

Technologies Used

Web Technologies

Django, Html , CSS , JavaScript , Bootstrap

Machine Learning Libraries

Numpy , Pandas , Scipy, Sklearn

Database

PostgreSQL

Others

Twilio API , Django Rest Framework

Requirements
  1. python 3
  2. pip3
Setup to run
  • Extract zip file in your computer

  • Open terminal/cmd prompt

  • Goto that Path

  • Create a new virtual environment on that directory

  • Activate Your Virtual Environment

for Linux

  1. source bin/activate

for Windows

  1. cd Scripts
  2. then
  3. activate
  • Go to the website folder

To install Dependencies

  1. pip install -r requirements.txt

To run

  1. python website/manage.py runserver

Now open your browser and go to this address

  1. http://127.0.0.1:8000

Thank you for visiting.

Don’t forget to give a star!!