NASN 2021: Grand Challenge
https://www.insna.org/nasn-2021-grand-challenge#
Explore the COVID disinformation data
- Create a vitrual environemnt
virtualenv -p python3 venv
- Activate the virtual environment
source venv/bin/activate
- Install the required dependencies
pip install -r requirements.txt
- Run the file
main.py
python3 main.py
- You will see this on the terminal
Dash is running on http://127.0.0.1:8050/ * Serving Flask app "main" (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Debug mode: on
Use the given address (e.g. http://127.0.0.1:8050/) to view the webpage on a browser.