ari-hacks / the-hub

πŸ“ˆπŸ“Š A hub where users can experiment with graphing and Python in the browser (https://pyodide-experiment.herokuapp.com/)

Home Page:https://pyodide-experiment.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ“ˆπŸ“Š A hub where users can experiment with graphing and Python in the browser (https://pyodide-experiment.herokuapp.com/)

https://pyodide-experiment.herokuapp.com/

License:MIT License


Languages

Language:HTML 41.4%Language:CSS 27.6%Language:Python 20.1%Language:JavaScript 10.9%