Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nazchanel/fake-news-detection-webapp

A Flask webapp that detects fake news with a given text input using the power of Natural Language Processing. Deployment on Heroku failed due to the program's large memory consumption.
https://github.com/nazchanel/fake-news-detection-webapp

data-science dataset keras keras-tensorflow machine-learning natural-language-processing nlp nlp-machine-learning python scikit-learn tensorflow

Last synced: 5 days ago
JSON representation

A Flask webapp that detects fake news with a given text input using the power of Natural Language Processing. Deployment on Heroku failed due to the program's large memory consumption.

Awesome Lists containing this project

README

        

# Fake News Detection

Completed for the UTD 9 week AI Workshop. Detects fake news with a given text input.

## Google Colab link:

https://colab.research.google.com/drive/1FOD9tMG3YMpvAgO3_Dq9PDgf9aYKd5OW?usp=sharing

## Presentation:

https://docs.google.com/presentation/d/1rVVSP1Ch2L15F1XHp9MVh4enWIR-1-yHwjybHSG_ba8/edit?usp=sharing

## Link for first dataset:
https://drive.google.com/drive/folders/13jdi2NxkiPWbyAtG1P1jWNI6qbXvBbfE?usp=sharing

## Link for second dataset:
https://drive.google.com/drive/folders/1-iBYOUtdmCTk9D14FGBdVKFYLh1F2BMc?usp=sharing

## Sources/Credits:

Dataset 1: https://www.kaggle.com/clmentbisaillon/fake-and-real-news-dataset

Dataset 2: https://www.kaggle.com/shivkumarganesh/politifact-factcheck-data

Visualization: https://www.kaggle.com/devanshiipatel/fake-news-classification

Special thanks to https://towardsdatascience.com/ for the resources and explanations