Skip to content

sarahalamdari/DIRECT_capstone

 
 

Repository files navigation

Build Status Coverage Status

WYNS: A Tool for Anaylzing Twitter Sentiment on Climate Change

Preview

Installation

Dependencies

  • Python 3.6
  • Dash 0.21.0

How to Install

***git clone repository*** ~not pip installable yet~ 
conda create -n py36 python=3.6 anaconda
source activate py36 
pip install -r requirements.txt 

Also make sure to install the following dash libraries

pip install dash==0.21.0  # The core dash backend
pip install dash-renderer==0.11.3  # The dash front-end
pip install dash-html-components==0.9.0  # HTML components
pip install dash-core-components==0.18.1  # Supercharged components
pip install plotly --upgrade  # Latest Plotly graphing library

Development

WYNS is our capstone project for the DIRECT Program, currently under development.

Authors

Sarah Alamdari, Wesley Beckner, Neal Dawson-Elli, Yusong Liu

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 52.0%
  • Python 47.7%
  • Other 0.3%