Keeping online communities safe is a huge challenge. This project is a multi-modal safety system designed to automatically moderate content.
- Text: Identifies toxic or harmful comments using NLP.
- Images: Scans for unsafe or inappropriate visuals.
- Text: BERT (HuggingFace) for understanding language.
- Images: Computer Vision models to scan pixels.
- Backend: FastAPI to handle the requests quickly.
My goal is to create a "safety layer" that can be plugged into any social platform or website.