Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 2.11 KB

README.md

File metadata and controls

76 lines (50 loc) · 2.11 KB

Data Hub 📈

MIT license

About

A demo hub where users can experiment with data science by graphing data sets in the browser then downloading them. Web Monetized browsers won't see the ads on the page and can also experiment with additional graphing tools.

This Project is a Grant For the Web x DEV Hackathon Runner-Up Winner 🏆🎉

✍️ Blog Post

Features

  • csv upload
  • Enhanced Plots with Plotly
  • Web Monetization enabled
  • Image download

Testing Data

Plot Input File
Pie Comparison of trending operating systems
Scatter/Line Trends of funny zoom backgrounds
Time Series Comparison of trending noodles
Geo Map International earthquake data
Heat Map Random Data Set
3-D Random Data set

Set up

Requirements

Local development

After the above requirements have been met:

  1. Clone this repository and cd into it

    ➜ git clone https://github.com/ari-hacks/the-hub.git
    ➜ cd the-hub
  2. Dependencies

    #updating pipenv
    ➜ pip install pipenv --upgrade
    ➜ pipenv shell
    ➜ pipenv install
  3. Run the server

    ➜ python3 server.py
    #navigate to http://127.0.0.1:8000/

License

MIT