Developers: Noah Templet; Michael Sheppard III
Research Supervisor: Stephen Shipman
Backend Deployment Instructions
Best option is to use Python. Creates a HTTP server in the frontend directory.
Simply just run this:
cd frontend && python -m http.server
Python is required here.
Install the following dependencies using pip:
- flask
- flask_cors
- numpy
- scipy
Simply just run this:
cd backend && python -m api.app