- Download the movies dataset or the ml-100k dataset and extract it. The movies dataset is a bit bigger and slower, but contains more movies and ratings and newer movies.
- Setup, install and activate virtual environment
python3 -m venv .venv pip install -r requirements.txt source .venv/bin/activate # Linux only, Windows is different
- Run the data cleanse script
python movie_rec_api/data-cleanse.py /path/to/the-extracted-dataset out
- Start the server
uvicorn movie_rec_api.main:app
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple webapp using Python, HTMX and Spark to recommend movies to watch.
License
david-marconis/movie-recommender
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple webapp using Python, HTMX and Spark to recommend movies to watch.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published