This project creates a real-time control system that integrates machine learning with embedded processing for adaptive sensor and actuator control.
- Run the
start.sh
script using a bash shell. This will take a while when first pulling! - Run
docker compose exec -w /home/newton newton bash
to jump into the shell of the running container. To exit, typeexit
while inside of Docker. - Run the
stop.sh
script to stop the container and remove it.