Tbruand commited on
Commit
4e33256
·
1 Parent(s): 7aaef8a

docs(readme): ajout des métadonnées Hugging Face + présentation du projet pour Space Gradio

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md CHANGED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: ToxiCheck
3
+ emoji: 🧪
4
+ colorFrom: indigo
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: 4.25.0
8
+ app_file: main.py
9
+ pinned: false
10
+ ---
11
+
12
+ # 🧪 ToxiCheck — Détection de commentaires toxiques en français
13
+
14
+ ToxiCheck est une interface Gradio qui permet de détecter automatiquement la toxicité d’un texte en français à l’aide d’un modèle **CamemBERT** fine-tuné.
15
+
16
+ Ce projet intègre :
17
+ - Une interface utilisateur interactive (via Gradio),
18
+ - Deux onglets : `Documentation` & `Inférence`,
19
+ - Un pipeline NLP complet : tokenizer, prédiction, interprétation.
20
+
21
+ ---
22
+
23
+ ## 🔗 Modèle utilisé
24
+
25
+ Modèle hébergé sur Hugging Face :
26
+ 👉 [ymokay/toxicheck-camembert](https://huggingface.co/ymokay/toxicheck-camembert)
27
+
28
+ ---
29
+
30
+ ## ⚙️ Technologies
31
+
32
+ - 🧠 Transformers (CamemBERT)
33
+ - 🖼️ Gradio
34
+ - 🧪 PyTorch
35
+ - 🐍 Python 3.10
36
+
37
+ ---
38
+
39
+ ## 🛠️ Lancement local
40
+
41
+ ```bash
42
+ git clone https://github.com/Tbruand/toxicheck.git
43
+ cd toxicheck
44
+ pip install -r requirements.txt
45
+ python main.py