Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XDGFX committed Apr 21, 2021
1 parent 9d8e602 commit 6e4484c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployments/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This is where most of the projects code is stored. `deployments` indicates these are the modules which will be deployed to specific devices in order to run the SPRAYai system.

- `control` is the main SPRAYai control system. It handles hosting the WebUI, receiving spray commands, communication with all Raspberry Pis, centralised logging, storing and retrieval of settings, and a handful of other jobs.
- `detector` is the machine learning inference server. All it does it wait for requests in the form of an image, and when it receives one it'll perform inference and then return the results.
- `vision` is the software which runs on the Raspberry Pis. It handles all camera capture, as well as managing image queues and caches, communication with the `detector` for inference, as well as anything related to mechanical control of the system. This includes communication with an Arduino for servo and solenoid output.

`control` and `detector` are both designed to run as Docker containers. More information is available inside their respective folders.

0 comments on commit 6e4484c

Please sign in to comment.