Suvajit Majumder commited on
Commit
2233e52
·
1 Parent(s): c2e114f

Add README.md for Hugging Face Space

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # mcp-toxicity
2
+
3
+ 🤖 A machine learning model for detecting toxicity in text.
4
+
5
+ ## Demo
6
+
7
+ Interact with the model directly in your browser:
8
+
9
+ 👉 [Try it now on Hugging Face Spaces](https://huggingface.co/spaces/suv11235/mcp-toxicity)
10
+
11
+ ## Description
12
+
13
+ This Space hosts a Gradio interface that utilizes a machine learning model to classify text for toxicity. It's designed for quick demonstrations and testing.
14
+
15
+ ## Requirements
16
+
17
+ - Python 3.11
18
+ - Gradio 3.0.0
19
+ - Additional dependencies as specified in `requirements.txt`
20
+
21
+ ## License
22
+
23
+ This project is licensed under the MIT License.
24
+
25
+ ## Citation
26
+
27
+ If you use this Space in your research, please cite it as:
28
+
29
+ @misc{mcp-toxicity,
30
+ author = {Suvajit Majumder},
31
+ title = {MCP Toxicity Detection},
32
+ year = {2025},
33
+ url = {https://huggingface.co/spaces/suv11235/mcp-toxicity}
34
+ }