Loading repository data…
Loading repository data…
AtharvaKulkarniIT / repository
This repository hosts a Jupyter notebook for Fake News Detection, utilizing machine learning algorithms like Logistic Regression , Gradient Boosting Classifier , Random Forest and Decision Tree. The project covers data preprocessing, analysis and manual testing of news articles, with added multi language support using Google Translate API .
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains a Jupyter notebook for a Fake News Detection project using machine learning techniques. The notebook is designed to run on Google Colab, leveraging a GPU for accelerated processing.
Make sure you have the required libraries installed by running the following commands:
pip install pandas numpy matplotlib seaborn wordcloud nltk gensim plotly scikit-learn
The notebook is divided into the following sections:
Loading the Dataset
Setting up a target and merging datasets
Checking the number of null values
Data Cleaning
Exploratory Data Analysis (EDA)
Data Preprocessing
Model Building
Manual Testing
Hindi to English News Translation
Feel free to contribute, provide feedback or report issues.