This commit is contained in:
Aykhan Shahsuvarov 2024-11-06 20:20:15 +04:00
parent b6cf951943
commit c97da52761

View File

@ -1,5 +1,3 @@
### Movier: Get Movie Recommendations Based on IMDb Data
Movier recommends movies based on the IMDb dataset by comparing them with movies you provide. Movier recommends movies based on the IMDb dataset by comparing them with movies you provide.
:warning: This project is not production-ready. :warning: This project is not production-ready.
@ -16,7 +14,6 @@ This project uses non-commercial IMDb datasets, available at: [IMDb Datasets](ht
``` ```
2. Run with Docker Compose: 2. Run with Docker Compose:
Use Docker Compose to start the application:
```sh ```sh
docker compose up docker compose up
``` ```