Rhitabrat / covid-disinformation

NASN 2021: Grand Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-Disinformation

Data Source

NASN 2021: Grand Challenge
https://www.insna.org/nasn-2021-grand-challenge#

Purpose

Explore the COVID disinformation data

Installation

  1. Create a vitrual environemnt
virtualenv -p python3 venv
  1. Activate the virtual environment
source venv/bin/activate
  1. Install the required dependencies
pip install -r requirements.txt
  1. Run the file main.py
python3 main.py
  1. 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.

About

NASN 2021: Grand Challenge

License:MIT License


Languages

Language:Python 100.0%