Skip to content

aahmad4/FakeNewsify

Repository files navigation

Logo

FakeNewsify

A web app geared towards disclosing real vs fake news articles/sources while visually representing them

A link to a small YouTube demo can be found here: youtube.com/watch?v=rbDgyr0pr6o

The app is currently deployed to heroku, you can check it out here: fakenewsify.herokuapp.com

Setup

Clone

git clone https://github.com/aahmad4/FakeNewsify

Installation

Use the package manager pip to install the required packages.

pip install -r requirements.txt

Usage

cd FakeNewsify

First make sure you download NLTK properly. Run these in your terminal and click download when the popup shows.

python
>>> import nltk
>>> nltk.download()

Run app.py

python app.py

Then go to

http://127.0.0.1:5000/

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

A web app geared towards disclosing real vs fake news articles/sources while visually representing them.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published