An open API service indexing awesome lists of open source software.

https://github.com/zohaib-cheema/defacto

DeFacto is a machine learning-based tool that classifies fake news articles using a hybrid model built with Scikit-learn, TensorFlow, and Keras. The system analyzes social and political content to detect deception in news stories and social media posts, providing a reliable solution to address the growing issue of misinformation.
https://github.com/zohaib-cheema/defacto

flask git keras numpy pandas r scikit-learn tensorflow

Last synced: 11 months ago
JSON representation

DeFacto is a machine learning-based tool that classifies fake news articles using a hybrid model built with Scikit-learn, TensorFlow, and Keras. The system analyzes social and political content to detect deception in news stories and social media posts, providing a reliable solution to address the growing issue of misinformation.

Awesome Lists containing this project

README

          

# DeFacto: Fake News Detection System

**DeFacto** is a machine learning-based tool that classifies fake news articles using a hybrid model built with **Scikit-learn**, **TensorFlow**, and **Keras**. The system analyzes social and political content to detect deception in news stories and social media posts, providing a reliable solution to address the growing issue of misinformation.

## Features
- **Fake News Detection:** Classifies news articles and social media posts as real or fake based on the content.
- **Model Training:** Built using **Scikit-learn**, **TensorFlow**, and **Keras** for high accuracy in detection.
- **Data Preprocessing:** Data is preprocessed and features are engineered using **R**, **Pandas**, and **NumPy**, optimizing model performance and reliability.
- **Real-Time Classification:** Users can input articles or posts for immediate classification.
- **User-Friendly Interface:** Simple interface for quick and easy analysis of content.

## Tech Stack
- **Machine Learning Libraries:** **Scikit-learn**, **TensorFlow**, **Keras** for model building and training.
- **Data Science Tools:** **R**, **Pandas**, **NumPy** for feature engineering and preprocessing.
- **Frontend (optional):** Flask (if you want to create a web interface for the app).
- **Version Control:** Git for collaboration and code management.