Skip to content

Machine learning apps and Flask REST API deployed to heroku for fake twitter news related to the COVID19 classification.

Notifications You must be signed in to change notification settings

ashu9999/COVID19-Fake-News-Detection-Classification

Repository files navigation

COVID19-Fake-News-Detection-Classification

A Machine Learning application for CLASSIFICATION of TWEETS related to COVID19 as REAL or FAKE using:

  1. Tfidf Vectorizer
  2. Random Forest Classifier
  3. Tweepy
  4. Flask

Setup Instructions:

  1. Setup a virtual environment using source virtualenv -p python3 venv
  2. Activate the environment source venv/bin/activate
  3. Install the required dependencies using pip3 install -r requirements.txt
  4. Run the file process.py using python3 process.py
  5. Go to http://127.0.0.1:5000/ for using the Flask app in localhost

About

Machine learning apps and Flask REST API deployed to heroku for fake twitter news related to the COVID19 classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published