ThroStatz is a WebApp and Apple Watch App, that collects Apple Watch accelerometer data from football throws to generate useful data that can be used to impove your throwing form.
The App Consists of 2 parts:
- An Apple Watch and iPhone App to collect throw data and parse it into a CSV file.
- An WebApp to parse uploaded Apple Watch CSV Data.
- Install Python2.7.xx for Windows/Linux/OSX. Note: Make sure to install Python 2.7.9+ to get pip along with the install. IMPORTANT: Do not install Python 3!
The commands above allow you to clone the github repository and install all the required dependencies for the WebApp.
git clone https://github.com/ritwikd/ThroStatz.git
cd ThroStatz
cd app
pip install flask
Then run the command below to start the server on localhost:5000
set FLASK_APP=main.py
flask run
$ export FLASK_APP=main.py
$ flask run
If all went well you should get the following terminal screen.
If it didn't, send us an angry issue.
- Ritwik Dutta - ritwikd
- Sidharth Reji Kumar - steviekong
- Kyle Silverman - KSilverman
- Kalju Jake Nekvasil - knekvasil
- Thank you to HackUmassVI!