Actualiser readme.md

This commit is contained in:
the_booth 2024-08-28 23:36:12 +02:00
parent 5b0ef1c3f4
commit f70e55d24e

View File

@ -6,7 +6,10 @@
Grand projet : 100 à 200 images par émotion Grand projet : 100 à 200 images par émotion
# Install deps : # Install deps :
```
pip install tensorflow --break-system-packages pip install tensorflow --break-system-packages
```
# Utilisation : # Utilisation :
python3 app.py /path/to/folder/img.png ```
python3 app.py /path/to/folder/img.png
```