Skip to content

uxa/CS598-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 3: Movie Recommendation System

CS598: Practical Statistical Learning

UIUC, Fall 2020

Pranav Velamakanni (pranavv2), Tarik Koric (koric1)

Dependencies

  • Python 3.5+
  • Install required packages using: pip install -r requirements.txt

Run

  • python app.py
  • App will be accessible at localhost:5000

Deployment

Docker

  • Run the container by executing docker run --name 598_PV_TK -p 5000:5000 pravx/cs598-movie-recommender
  • The app will be live at localhost:5000

About

CS598 Final Project at UIUC, Fall 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published