A part of : https://github.com/Kaarthik-07/OpenSource-HUB
Functionality
- Toxicity Detection: Checks for any means of toxicity in a given string, reports/stores the user/content based on the decision
- Cloud SQL Storage: Adds all the data to GCP's Cloud SQL database for a search agent
- Search Functionality: Returns a set of posts based on a search query
To-Do
- Clone Celadon:
For more information on installation, refer to the Toxic Commons installation guide.
git-lfs clone https://huggingface.co/PleIAs/celadon
- Install requirements:
pip install -r requirements.txt
- Run the server:
To run the server and set it up
python server.py
- Optional: Use ngrok to host
Set up ngrok to host and forward the server to an endpoint available outside the host network onto the internetngrok http 0.0.0.0:5000
That's pretty much it, thanks!
On this page
Contributors
Created November 10, 2024
Updated March 8, 2026