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

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)