Skip to content

codeXafzal/AI-Content-Moderation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ AI Content Moderation System

An AI-powered system to automatically detect toxic, abusive, hateful, and harmful content using Machine Learning + Rule-Based filtering.

🚀 Features

  • Toxic vs Safe classification
  • Hate speech detection using rule-based filtering
  • TF-IDF + Logistic Regression
  • Real-time text moderation
  • Industry-style hybrid moderation approach

🧠 Why Hybrid?

ML models can fail on rare hate words. This system combines:

  • Rule-based filters (for explicit slurs)
  • ML model (for contextual toxicity)

🛠 Tech Stack

  • Python
  • Scikit-learn
  • NLTK
  • Pandas

▶️ How to Run

pip install -r requirements.txt
python train.py
python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors