sdutta28 commited on
Commit
1e1e416
1 Parent(s): 8cf9615

Fix: Updated README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -6,5 +6,41 @@ sdk: gradio
6
  app_file: app.py
7
  pinned: false
8
  ---
9
- # Aggression Detection App
 
 
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  app_file: app.py
7
  pinned: false
8
  ---
9
+ # Agression and Misogyny Detection App
10
+ <!-- Intro and about the project -->
11
+ This app detects presence of Aggression and Misogyny in online social media texts. Try it out [here](https://huggingface.co/spaces/sdutta28/AggDetectApp)
12
 
13
+
14
+ ## Technologies Used
15
+ <!-- Tech stack, libraries etc -->
16
+ `Python, Transformers, XgBoost, Scikit-Learn`
17
+
18
+
19
+ ## Workflow
20
+ <!-- In some detail of how this works -->
21
+ - A text is given to the app
22
+ - It predicts aggression and misogyny in the application
23
+
24
+ ## Results
25
+
26
+ ### Aggression Detection Results
27
+ |Metric|Score|
28
+ |---|---|
29
+ |F1 Score|0.735|
30
+
31
+ ### Misogyny Detection Results
32
+ |Metric|Score|
33
+ |---|---|
34
+ |F1 Score|0.852|
35
+
36
+
37
+ ## How to Run
38
+ <!-- Installation and Running Steps -->
39
+ - Clone the repo
40
+ - Install python requirements using `$ pip install -r requirements.txt`
41
+ - Run the server using `$ python main.py`
42
+
43
+
44
+ ## Additional Links
45
+ <!-- Kaggle model training links -->
46
+ - [[PDF] Paper published at ICON 2021](https://aclanthology.org/2021.icon-main.60.pdf)