- Python 3.5+
- Install required packages using:
pip install -r requirements.txt
python app.py
- App will be accessible at
localhost:5000
- Currently live at http://pr.ax
- 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