JerLag commited on
Commit
113bdae
·
verified ·
1 Parent(s): 0af7b5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -15
README.md CHANGED
@@ -1,15 +1,10 @@
1
- # NPS Assurance — Gradio UI
2
- ## Installation rapide (Windows)
3
- ```powershell
4
- python -m venv .venv; .\.venv\Scripts\Activate.ps1
5
- pip install -r requirements-min.txt
6
- python app_gradio_nps.py
7
- ```
8
- ## Option IA (OpenAI + HF)
9
- ```powershell
10
- pip install -r requirements-full.txt
11
- # clé : setx OPENAI_API_KEY "ta_cle"
12
- python app_gradio_nps.py
13
- ```
14
- ## CSV attendu
15
- - colonnes : `comment`, `nps_score`, `id` (optionnel)
 
1
+ ---
2
+ title: Analyse sémantique NPS (Assurance)
3
+ emoji: 📊
4
+ colorFrom: indigo
5
+ colorTo: green
6
+ sdk: gradio
7
+ app_file: app.py
8
+ pinned: false
9
+ license: mit
10
+ ---