Coder Social home page Coder Social logo

vinay-reddy31 / movie-recommender-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from asif536/movie-recommender-system

0.0 0.0 0.0 2.33 MB

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

License: Apache License 2.0

Python 47.65% CSS 3.13% HTML 49.22%

movie-recommender-system's Introduction

Movie-Recommender-System

A Web Base user-item Movie Recommendation Engine using Collaborative Filtering By matrix factorizations algorithm and The 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.6

pip3

virtualenv
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 Scripts
then
activate

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.

movie-recommender-system's People

Contributors

asif536 avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.