Skip to content

Flask app where users can rate movies and see their predicted ratings

Notifications You must be signed in to change notification settings

EllenMHuffman/ratings_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Ratings

This is a Flask app that loads anonymized user and movie ratings into a Postgres database. The user can log in, save ratings on movies, and see their predicted ratings for other movies based on similar users. The user's ratings are also compared to the ratings of a built-in third party user.

Getting Started

$ pip install requirements.txt
$ createdb ratings
$ python seed.py
$ python server.py 

About

Flask app where users can rate movies and see their predicted ratings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published