Spin up the full Ditto stack locally (Mac / Windows / Linux ) via Docker with GUI, Ditto Unit, NLP & Vision Server.
- Copy/Rename
.env.example
to.env
and fill out the required API keys. - Install Docker.
- Edit Dockerfile to your liking (if you care to run nlp_server // vision_server // assistant elewhere)
- Simply uncomment / comment the services you want to run in your stack.
- Install OpenSCAD compiler for Prompt -> Instant 3D design feature!
- Install Python or Anaconda Python to your host machine for Prompt -> Instant Python Code Compilation + GUI
- Run
./build.sh
or./build.bat
orjust build
(if you use just)
- Run
./run.sh
or./run.bat
orjust run
(if you use just)
Enjoy!