atifemreyuksel/doc_hatespeech_detection

Document level hate speech detection

0

stars

23

commits

Jupyter Notebook

primary language

Dec 5, 2022

updated

README

Hate Speech Detection in Turkish News using Target-Oriented Linguistic Features

Implementation of hate speech detection task for Turkish news in print media. Rulemodel should be downloaded and be put in a folder whose name is rulemodel.

Endpoint with fastAPI

If you start the app with following command, you can run the fastAPI app to use detect endpoint. You must send body of the news in text parameter.

$ uvicorn app:app --reload --host <host_ip> --port <port_number>

Demo with Streamlit

You can use the demo by running the following command.

$ streamlit run  demo.py --server.port <port_number>

Contributors

atifemreyuksel

21 commits

muhammetssen

2 commits

atifemreyuksel/doc_hatespeech_detection

Document level hate speech detection

0

stars

23

commits

Jupyter Notebook

primary language

Dec 5, 2022

updated

README

Hate Speech Detection in Turkish News using Target-Oriented Linguistic Features

Implementation of hate speech detection task for Turkish news in print media. Rulemodel should be downloaded and be put in a folder whose name is rulemodel.

Endpoint with fastAPI

If you start the app with following command, you can run the fastAPI app to use detect endpoint. You must send body of the news in text parameter.

$ uvicorn app:app --reload --host <host_ip> --port <port_number>

Demo with Streamlit

You can use the demo by running the following command.

$ streamlit run  demo.py --server.port <port_number>

Contributors

atifemreyuksel

21 commits

muhammetssen

2 commits

Languages

Jupyter Notebook

92.4%

Python

7.6%