Skip to content

ritwikd/ThroStatz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThroStatz

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:

  1. An Apple Watch and iPhone App to collect throw data and parse it into a CSV file.
  2. An WebApp to parse uploaded Apple Watch CSV Data.

Getting Started

Prerequisites

  1. 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!

Installing

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

Windows

set FLASK_APP=main.py
flask run

Linux/OSX

$ export FLASK_APP=main.py
$ flask run

If all went well you should get the following terminal screen. alt text If it didn't, send us an angry issue.

Built With

  • Python - Server and logic framework
  • Flask - Backend framework
  • Vue.js - Frontend Framework

Authors

Acknowledgments

  • Thank you to HackUmassVI!

About

ThroStatz.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •