Giter VIP home page Giter VIP logo

covid3.js's Introduction

coviD3.js by TwoFortyNine

Roster

  • Kazi Jamal: Project Manager and Frontend
  • Eric "Morty" Lau: D3 and Backend for transportation section
  • Raymond "ray. lee." Lee: D3 and Backend for sentiment analysis section

Description

coviD3.js is a website run by TwoFortyNine. We specialize in telling stories through beautiful and engaging data visualizations. With coviD3.js, we plan on analyzing the ways the coronavirus pandemic affects society outside of the hospital. For our first week, we plan on publishing articles on changes in media sentiment and transportation.

Video Demo

Video Demo

Instructions

Assuming python3 and pip are already installed

Virtual Environment

  • To prevent conflicts with globally installed packages, it is recommended to run everything below in a virtual environment.

Set up a virtual environment by running the following in your terminal:

python -m venv hero
# replace hero with anything you want
# If the above does not work, run with python3 (this may be the case if a version of python2 is also installed)

To enter your virtual environment, run the following:

. hero/bin/activate

To exit your virtual environment, run the following:

deactivate

Cloning

Run the following commands in your terminal

git clone https://github.com/kazijamal/TwoFortyNine_jamalK-lauE-leeR.git

cd TwoFortyNine_jamalK-lauE-leeR

Dependencies

Run the following line in your virtual environment

pip install -r requirements.txt

Running

Run the following line in your virtual environment

python3 app/__init__.py

Open a browser and head to http://127.0.0.1:5000/

covid3.js's People

Contributors

kazijamal avatar erxclau avatar raymondlee00 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.