Skip to content

atifemreyuksel/doc_hatespeech_detection

Repository files navigation

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>

About

Document level hate speech detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published