Update README.md
Browse files
README.md
CHANGED
|
@@ -9,5 +9,41 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
|
|
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
|
|
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
+
# Coach Santé Virtuel - Gemma 2B
|
| 13 |
|
| 14 |
+
Ce chatbot utilise le modèle Gemma 2B quantifié pour fournir des plannings personnalisés de santé :
|
| 15 |
+
- Horaires et conseils repas équilibrés
|
| 16 |
+
- Suggestions d’exercices adaptés
|
| 17 |
+
- Recommandations sommeil et hydratation
|
| 18 |
+
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
⚠ **Important** : Ce chatbot ne remplace pas un avis médical professionnel.
|
| 22 |
+
Pour toute condition sérieuse, consultez un médecin.
|
| 23 |
+
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
## Déploiement
|
| 27 |
+
|
| 28 |
+
- Modèle téléchargé automatiquement depuis Hugging Face Hub.
|
| 29 |
+
- Technologie : Gradio + llama-cpp-python + huggingface_hub.
|
| 30 |
+
- Hébergement : Hugging Face Spaces (CPU gratuit).
|
| 31 |
+
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
## Utilisation
|
| 35 |
+
|
| 36 |
+
Pose des questions claires sur ton rythme de vie, tes objectifs santé, et reçois un planning personnalisé.
|
| 37 |
+
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
## Licence
|
| 41 |
+
|
| 42 |
+
Le modèle Gemma 2B est sous licence Google. En utilisant ce service, tu acceptes cette licence.
|
| 43 |
+
|
| 44 |
+
---
|
| 45 |
+
|
| 46 |
+
## Contact
|
| 47 |
+
|
| 48 |
+
Pour toute question ou amélioration, contacte-moi.
|
| 49 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|