Skip to content

Commit

Permalink
docs: add public demo instance link
Browse files Browse the repository at this point in the history
  • Loading branch information
atrifat committed Nov 16, 2023
1 parent a2ce5d0 commit 694231f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A Simple PoC (Proof of Concept) of Hate-speech (Toxic content) Detector API Server using model from [detoxify](https://github.com/unitaryai/detoxify). Detoxify (unbiased model) achieves score of 93.74% compared to top leaderboard score with 94.73% in [Jigsaw Unintended Bias in Toxicity Classification](https://www.kaggle.com/c/jigsaw-unintended-bias-in-toxicity-classification).

## Demo

A demo instance is available on [HuggingFace Spaces - https://atrifat-hate-speech-detector-api-demo.hf.space](https://atrifat-hate-speech-detector-api-demo.hf.space). There is no guarantee for the uptime, but feel free to test.

## Requirements

Python 3.9 or Python 3.10 is required to run the app. There is [bug/issue](https://github.com/unitaryai/detoxify/issues/94) for Python 3.11 or higher version affecting detoxify library.
Expand Down

0 comments on commit 694231f

Please sign in to comment.