Learn how to install, set up and configure OM1 on your robots.
Ensure you have the following installed on your machine:
uv
for Python package managerffmpeg
for video processingportaudio
for audio input and outputThis will let you speak to the LLM and it will generate voice outputs. On Mac and Linux, you need portaudio
.
FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.
Run the following commands to clone the repository and set up the environment:
Locate the config
folder and add your Openmind API key in /config/spot.json
. If you do not already have one, you can obtain a free access key at https://portal.openmind.org/. Note: Using the placeholder key openmind-free will generate errors.
Or create a .env
file in the $HOME directory and add the following:
Refer to the Run OM1 guide for more information.
Learn how to install, set up and configure OM1 on your robots.
Ensure you have the following installed on your machine:
uv
for Python package managerffmpeg
for video processingportaudio
for audio input and outputThis will let you speak to the LLM and it will generate voice outputs. On Mac and Linux, you need portaudio
.
FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.
Run the following commands to clone the repository and set up the environment:
Locate the config
folder and add your Openmind API key in /config/spot.json
. If you do not already have one, you can obtain a free access key at https://portal.openmind.org/. Note: Using the placeholder key openmind-free will generate errors.
Or create a .env
file in the $HOME directory and add the following:
Refer to the Run OM1 guide for more information.