title | colorFrom | colorTo | sdk | app_file | pinned | python_version |
---|---|---|---|---|---|---|
AggDetectApp -- Detect Aggression and Misogyny |
black |
blue |
docker |
app.py |
false |
3.10.5 |
Social media platforms have become hotspots for the proliferation of trolling, aggression, and hate speech. With an overwhelming volume of social media data being generated every day, manual inspection is simply impractical. In response to this pressing issue, we present an efficient and rapid method for detecting aggression and misogyny in online social media texts.
What sets our model apart is not only its high performance but also its significantly reduced training time, model size, and resource requirements. These advantages make our model highly practical for fast inference, ensuring prompt identification of aggression and misogyny in online social media texts.
- Detection of Aggression and Misogyny in texts
- LIME based prediction for explainability
- Python
- XgBoost
- Scikit-Learn
- HuggingFace Transformers
- LIME
- Docker
Metric | Score |
---|---|
F1 Score | 0.735 |
Metric | Score |
---|---|
F1 Score | 0.852 |
- Clone the repo
- Install python requirements using
$ pip install -r requirements.txt
- Run the server using
$ python app.py