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.
- Python (Flask API)
- HTML/CSS
- JQuery
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
Make sure you have these installed on your device.
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
You will use flask to run the tool.
flask run
- Standalone website
- 1.0.0
- Initial release
Contributions, issues, and feature requests are welcome!