vikasgautam2003/Fake-or-Real-News-Classifier-Using-Naive-Bayes
0
๐ฐ Fake-or-Real News Classifier Using Naive Bayes
  
โก An AI-powered Fake-or-Real News Classifier using Naive Bayes. Classifies news articles as fake or real based on text features.
๐ Features
โ Simple, lightweight Naive Bayes model โ Works on CSV datasets of news articles โ Preprocessing and training included in Jupyter Notebook โ Easy to integrate in Python projects
๐ ๏ธ Tech Stack
- Language โ Python 3.10+
- Library โ Scikit-learn (Naive Bayes, TF-IDF)
- Notebook โ Jupyter for training and inference
๐ Project Structure
โโโ Fake_Real_Data.csv # Dataset
โโโ NewClassificationModel.ipynb # Notebook with training & inference
โโโ README_HD.md # Hugging Face repo documentation
โ๏ธ Usage
Clone the repository:
git clone https://huggingface.co/vikasgautam2003/Fake-or-Real-News-Classifier-Using-Naive-Bayes
cd Fake-or-Real-News-Classifier-Using-Naive-Bayes
Install dependencies:
pip install scikit-learn pandas numpy
Open the Jupyter Notebook NewClassificationModel.ipynb to train or test the model.
๐ฏ Use Cases
Detect fake news articles in datasets or streams
Demonstrate Naive Bayes text classification in portfolio
Quick integration for educational purposes
๐จโ๐ป Author
Vikas Gautam