An open API service indexing awesome lists of open source software.

https://github.com/khinshankhan/project_angstrom

FTC Scouting Site for Relic Recovery
https://github.com/khinshankhan/project_angstrom

angstrom d3-visualization flask statistical-analysis

Last synced: 11 months ago
JSON representation

FTC Scouting Site for Relic Recovery

Awesome Lists containing this project

README

          

# Project Ångström

## Atomic Theory: Khinshan Khan, Stanley Lin, Ish Mahdi, Ryan Siu

### Project Overview [Video](https://youtu.be/SG_ar4D-uIM)
- FTC Scouting Tool for Relic Recovery

### View live at:
(Insecure protocol due to school security) http://angstrom.stuycs.org/

### How to run (locally):
1. Clone the repo: `git clone https://github.com/kkhan01/Atomic_Theory-Project_Angstrom.git angstrom`
2. (Optional) Activate or create and activate a new pyhton virtual environment
3. Install dependencies (Flask, numpy)
4. cd `project_angstrom`
5. Have the secret file `toa_key.txt` at *this* level (Contact us for this if you're evaluating the project for class, it contains an orange alliance key. Or else, obtain your own key.)
6. cd `angstrom/`
7. Run the app: `python __init__.py`
8. View and interact the site by opening a browser and navigating to: `127.0.0.1:5000` or `localhost:5000`

### Disclaimer:
Although this was made for a software development class, we almost pitched the idea officially to FTC, but ultimately did not. We previously did not have a license, but now have a [GNU General Public License v3.0](./LICENSE.org) and we ask you abide by it. We're also open to take any questions or comments you may have (you can either open an issue here or contact Khinshan, other team members may be available as well).