Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baronruk committed May 23, 2024
1 parent 56a209b commit c4ac249
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
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
```

0 comments on commit c4ac249

Please sign in to comment.