Machine Learning Projects

Cerebrix Academy

1️⃣ Real-Time Fake News Detection System

Build a system that classifies news articles or social media posts as real or fake using NLP techniques and machine learning classifiers like Logistic Regression, SVM, or Transformer models.

 

Approach:

✅ Data Preprocessing

 

✅ Feature Extraction (TF-IDF for ML, tokenization for BERT)

 

✅ Train models (Logistic Regression, SVM, BERT)

 

✅ Deploy with a simple Flask API for real-time inference