This project is meant to be deployed in Raspberry for underwater data collect.
The ai4coral is based on client-server arquitecture
$ make deploy=[true|false] setup
true - when setting up production environment
false - when setting up development environment
$ source configure.sh
$ make run_api
$ make run_frame_engine
ai4coral/
├── coral_data
├── logs
├── microservices
│ ├── Coral_Data
│ ├── fe
│ └── od
│ ├── core
│ ├── demos
│ ├── docs
│ ├── models
│ ├── settings
│ ├── tests
│ └── utils
├── noteboks
├── resource
├── scripts
└── venv