| title | Cinephile Hub |
|---|---|
| emoji | 🎬 |
| colorFrom | blue |
| colorTo | red |
| sdk | docker |
| pinned | false |
| app_port | 7860 |
| image | abdullah2223312/movie-recommendation:latest |
A Movie Recommendation System powered by FastAPI, Scikit-Surprise, and Prefect.
This project is automatically deployed via GitHub Actions. You can visit at: https://abdullah-32-cinephile-hub.hf.space/
- Docker Image:
abdullah2223312/movie-recommendation:latest - Backend: FastAPI
- CI/CD: GitHub Actions to Docker Hub & Hugging Face Spaces
If you want to run this locally using the Docker image:
docker pull abdullah2223312/movie-recommendation:latest
docker run -p 7860:7860 abdullah2223312/movie-recommendation