Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Basic Movie Recommendation Web Application using user-item collaborative filtering.

License

NotificationsYou must be signed in to change notification settings

asif536/Movie-Recommender-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Web Base user-item Movie Recommendation Engine using Collaborative Filtering By matrix factorizations algorithm andThe recommendation based on the underlying idea that is if two persons both liked certian common movies,then the movies that one person has liked that the other person has not yet watched can be recommended to him.

Screenshot

Home page

home

Recommendation page

recom

Rating page

rate

Technologies Used

Web Technologies

Html , Css , JavaScript , Bootstrap , Django

Machine Learning Library In Python3

Numpy , Pandas , Scipy

Database

SQLite

Requirements
python 3.6pip3virtualenv
Setup to run

Extract zip file in your computer

Open terminal/cmd promt

Goto that Path

Example

cd ~/Destop/Movie-Recommender-System

Create a new virtual environment on that directory

virtualenv .

Activate Your Virtual Environment

for Linux

source bin/activate

for Windows

cd Scriptsthenactivate

To install Dependencies

pip install -r requirements.txt

Creating Local Server

Goto src directory, example

cd ../Movie-Recommender-System/src

To run

python manage.py runserver

Now open your browser and go to this address

http://127.0.0.1:8000

Thank you for visiting my repository.


[8]ページ先頭

©2009-2025 Movatter.jp