A simple web application for checking the quality and toxicity of English text.
The tool uses BERT-based models (unitary/toxic-bert and dehatebert-mono-english), together with a custom keyword list with toxicity weights.
git clone https://github.com/kullanici_adin/llm-text-quality-toxicity.git
pip install -r requirements.txt
streamlit run app.py
This project helps you filter out harmful or low-quality English text quickly and easily.
9 commits
Python
100.0%
A simple web application for checking the quality and toxicity of English text.
The tool uses BERT-based models (unitary/toxic-bert and dehatebert-mono-english), together with a custom keyword list with toxicity weights.
git clone https://github.com/kullanici_adin/llm-text-quality-toxicity.git
pip install -r requirements.txt
streamlit run app.py
This project helps you filter out harmful or low-quality English text quickly and easily.
9 commits
Python
100.0%