This project is for the PEARC20 Hackathon and this is the beginnings of a Flask application to provide basic statistical analysis on any dataset uploaded by a user
- Make sure all the dependencies are met. Run pip install -r requirements.txt in your projects terminal
- Run app.py
- Expose localhost to the internet
- Visit http://localhost:5000/
- Mapping tool
- Upload your own dataset following the recommendations we provided
- Or, you can use the example files we provide as a downloadable file
- Graphing tool
- Upload a .CSV file to the tool
- click on analyze with jupyter to visualize your dataset
- Mapping tool