Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 542 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 542 Bytes

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