The app can be run here.
To run the app locally:
- Make sure all the files are in the same directory (your working directory). This includes
main.py,ratings.dat, andmovieRatings.pkl. - From a terminal, from the working directory, run
streamlit run main.py. This should start a local Streamlit server on a new tab on your default browser.