A newer version of the Streamlit SDK is available: 1.56.0
metadata
title: Fake News Detector
emoji: π°
colorFrom: indigo
colorTo: green
sdk: streamlit
sdk_version: 1.37.0
app_file: app.py
pinned: false
π° Fake News Detection App
This Streamlit app allows you to classify news articles as Fake or Real using multiple machine learning models (Logistic Regression, Naive Bayes, Random Forest, and SVM).
π How it works
- Enter a news article in the text box.
- Choose a machine learning model.
- Get instant predictions about whether the news is Fake or Real.
βοΈ Models
The models are stored on the Hugging Face Hub for easy loading:
- Logistic Regression
- Naive Bayes
- Random Forest
- Support Vector Machine (SVM)
π¦ Dependencies
Defined in requirements.txt:
streamlitscikit-learnhuggingface-hub
β Hosted with Streamlit on Hugging Face Spaces