flix-finders

Description

flix-finders is movie reccomendation system that employs two well known algorithms SVD and SVD++ to generate movie recommendations.

Intructions For Locally Running the App

  1. Create an Anaconda Evironment with Python version 3.9
  2. Install all the dependencies using pip install -r requirements.txt command using requirements.txt in the repo
  3. Run the application using streamlit run app.py