A Machine Learning application for CLASSIFICATION of TWEETS related to COVID19 as REAL or FAKE using:
- Tfidf Vectorizer
- Random Forest Classifier
- Tweepy
- Flask
- Setup a virtual environment using source
virtualenv -p python3 venv
- Activate the environment
source venv/bin/activate
- Install the required dependencies using
pip3 install -r requirements.txt
- Run the file process.py using
python3 process.py
- Go to
http://127.0.0.1:5000/
for using the Flask app in localhost