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

https://github.com/munas-git/fake-news-detection

A fake/real news detection system using Sklearn, Django, JavaScript, HTML & CSS
https://github.com/munas-git/fake-news-detection

artificial-intelligence data-analysis data-science decision-tree-classifier django fake-news-detection machine-learning natural-language-processing nlp-machine-learning webapp

Last synced: about 2 months ago
JSON representation

A fake/real news detection system using Sklearn, Django, JavaScript, HTML & CSS

Awesome Lists containing this project

README

          

##### Project Status: Completed.
# Project Title: Fake News Detection Systsem.

## Project Description.

This AI system is capable fo classify news into two broad categories: Real and Fake news. The data was gotten from Kaggle. Some of the steps involved in the model training include:

> Download and unzip "news-transformer" here

- Turning texts into lower case.
- Removal of numbers.
- Removal of symbols, special characters and white spaces.
- Removal of stopwords (english).
- stemming of words.
- Text transformation using TF-IDF Vectorizer.

### Tools and Libraries Used
- re
- CSS
- HTML
- NLTK
- Pickle
- Django
- Seaborn
- Matplotlib
- JavaScript
- Scikit-learn
- Pandas (Python)
- Visual Studio Code (IDE)

## Demo of System

https://user-images.githubusercontent.com/78413685/211159873-7cfb4e48-b94d-4de7-a90b-beb528d9d064.mp4