This repository contains the code for a Streamlit app that displays movie recommendations. Data from https://grouplens.org/datasets/movielens/
-
Clone the repository:
git clone https://github.com/seu-usuario/streamlit-movies-app.git cd streamlit-movies-app
-
Install the dependencies:
pip install -r requirements.txt
-
Run the app:
streamlit run src/app.py
-
Open your browser and go to
http://localhost:8501
to see the app.