Skip to content

ninabina921/pandemic_tweets

 
 

Repository files navigation

BCC ML: BERT Catches COVID using Machine Learning

image

Description

What is BCC ML? Good question! BCC ML is an open-source tool that labels tweets as misinformation, in an effort to educate the public about misinformation on Twitter.

Built with

  • Python (Flask API)
  • HTML/CSS
  • JQuery

Getting started

Dependencies

Below are the necessary dependencies needed to run our tool:

  • Flask==2.0.2
  • matplotlib==3.5.1
  • numpy==1.22.2
  • pandas==1.4.1
  • Pillow==9.0.1
  • scikit_learn==1.0.2
  • torch==1.10.2
  • transformers==4.17.0
  • wordcloud==1.8.1

Prerequisites

Make sure you have these installed on your device.

Installing

Follow the snippet below to let Git do its magic.

Git:

git clone https://github.com/Millifiore/pandemic_tweets
cd pandemic_tweets/
pip install -r requirements.txt

Executing

You will use flask to run the tool.

flask run

Roadmap

Upcoming updates

  • Standalone website

Version history

  • 1.0.0
    • Initial release

Help 🤝

Contributions, issues, and feature requests are welcome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.0%
  • Python 34.5%
  • CSS 16.9%
  • Dockerfile 2.6%