Giter VIP home page Giter VIP logo

binge's Introduction

Binge

Binge is a movie recommendation and review website built with flask as backend and implicit for generating recommendations.

This project uses ALS and approximate nearest neighbours (NMSLib) algorithm for generating recommendations.

All the data is stored in a sqlite database (app.db). For implimentation purpose dummy users are created using moviewlens 100K dataset.

home page

Features

  • Recommendations based on user as well as similar movies. Write reviews and give rating.

    similar movies

  • Follow users to see thier reviews in feed.

    feed

  • Search movies and users (used flask-msearch)

    search

  • Admin view (localhost:5000/admin) (only accessible by user with role='ADMIN')

    admin

Setup and Usage

setup conda environment

conda create --name binge --file=environment.yml

run the server

conda activate binge 
flask run

Dependencies

Login Crednetials

  • A dummy admin is present in the database
    username: susan
    password: password
  • Other dummy accounts include
    username: cooper, susan3 to susan610
    password: dogs

binge's People

Contributors

aneeshnema avatar

Stargazers

 avatar  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.