This is the code for the GUI which will be used to maintain the camera network for the Fireballs in the Sky project.
For those who do look at this repository, please note that this system is meant to be installed and run on our cameras placed out in the field. You can install it on your own machine, however the backend is not simulated to run without the camera as of yet.
$ pip3 install -r requirements/dev.txt
$ python3 db/create_db.py
$ python3 main.py dev
First make sure you have auth.db in the db/ folder. main.py can optionally take the argument "prod".
$ pip3 install -r requirements.txt
$ python3 main.py
This project is licensed under the MIT license, Copyright (c) 2018 Ryan Scott Day.
