Skip to content

A movie recommendation and review website built with flask as backend and implicit library for recommendations.

Notifications You must be signed in to change notification settings

aneeshnema/binge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A movie recommendation and review website built with flask as backend and implicit library for recommendations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published