-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,38 @@ | ||
# film_suggestions | ||
Interactive AI-Based Web Application for Personalized Series Movies and Animations Recommendations | ||
|
||
Interactive AI-Based Web Application for Personalized Series Movies and Animations Recommendations | ||
|
||
## Εγκατάσταση project dependencies | ||
|
||
Στο root directory του project: | ||
|
||
```console | ||
pip install -r requirements.txt | ||
``` | ||
|
||
## Εγκατάσταση της εφαρμογής | ||
|
||
Από το root directory του project: | ||
<br><br> | ||
**Απαιτείται ansible-core==2.13.4** | ||
|
||
```console | ||
cd ansible | ||
ansible-playbook -i hosts.ini deploy.yaml | ||
``` | ||
|
||
|
||
## Eκτελεση Python Formatters/Linters | ||
|
||
Εκτέλεση formatters/linters *μία φορά*: | ||
|
||
```console | ||
./ops format_code | ||
``` | ||
|
||
Για εκτέλεση formatters/linters σε *watch mode*: <br> | ||
*(κάθε φορά που γίνεται μια αλλαγή στα αρχεία Python, οι formatters/linters θα εκτελούνται)* | ||
|
||
```console | ||
./ops dev | ||
``` |