hrithikgupt / flix-finders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 79.6%Language:Jupyter Notebook 20.0%Language:Shell 0.3%Language:Procfile 0.1%