Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nazchanel/fake-news-detection-webapp
- Owner: Nazchanel
- License: apache-2.0
- Created: 2021-08-02T19:41:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T16:18:25.000Z (about 1 year ago)
- Last Synced: 2023-09-03T20:47:46.899Z (about 1 year ago)
- Topics: data-science, dataset, keras, keras-tensorflow, machine-learning, natural-language-processing, nlp, nlp-machine-learning, python, scikit-learn, tensorflow
- Language: Python
- Homepage:
- Size: 111 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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