mirror of
https://github.com/aykhans/movier.git
synced 2025-04-21 05:13:32 +00:00
Compare commits
3 Commits
3f7e1b94b6
...
9bca1565c6
Author | SHA1 | Date | |
---|---|---|---|
9bca1565c6 | |||
c97da52761 | |||
b6cf951943 |
@ -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.
|
||||||
@ -12,11 +10,10 @@ This project uses non-commercial IMDb datasets, available at: [IMDb Datasets](ht
|
|||||||
1. Rename the environment file:
|
1. Rename the environment file:
|
||||||
Rename `/config/postgres/.env.example` to `/config/postgres/.env`:
|
Rename `/config/postgres/.env.example` to `/config/postgres/.env`:
|
||||||
```sh
|
```sh
|
||||||
mv ./config/postgres/.env.example ./config/postgres/.env
|
cp ./config/postgres/.env.example ./config/postgres/.env
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
||||||
```
|
```
|
||||||
|
@ -116,12 +116,12 @@
|
|||||||
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
|
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<label for="genres-weight">Genres Weight</label>
|
<label for="genres-weight">Genre Weight</label>
|
||||||
<input type="number" id="genres-weight" name="genres-weight"
|
<input type="number" id="genres-weight" name="genres-weight"
|
||||||
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
|
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<label for="nconsts-weight">Nconsts Weight</label>
|
<label for="nconsts-weight">Cast Weight</label>
|
||||||
<input type="number" id="nconsts-weight" name="nconsts-weight"
|
<input type="number" id="nconsts-weight" name="nconsts-weight"
|
||||||
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
|
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user