Back to AI Projects
Intermediate
Fake News Detection using NLP
Text classification model that flags likely fake news articles
An NLP classification project that trains on labeled news articles to predict whether a given article is likely real or fake, with a simple check-an-article web interface.
What's included
- Text vectorization and classification pipeline
- Web interface to check any pasted article
- Model comparison (Logistic Regression, Naive Bayes, etc.)
- Accuracy and evaluation report
- Full source code with comments
Tech stack
PythonNLTKScikit-learnFlask
More in AI Projects
Handwritten Digit Recognition (CNN)
Deep learning classifier trained on MNIST with a live prediction demo
PythonTensorFlow/KerasOpenCVFlask
Beginner
Face Recognition Attendance System
Automated attendance marking using real-time face detection
PythonOpenCVface_recognitionSQLite
Intermediate
Sentiment Analysis on Social Media Data
NLP pipeline that classifies text as positive, negative or neutral
PythonNLTK/spaCyScikit-learnStreamlit
Intermediate