diff --git a/README.md b/README.md index 0dd624382..e1ffad608 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Discord

-**OpenMind's OM1 is a modular AI runtime that empowers developers to create and deploy multimodal AI agents across digital environments and physical robots**, including Humanoids, Phone Apps, websites, Quadrupeds, and educational robots such as TurtleBot 4. OM1 agents can process diverse inputs like web data, social media, camera feeds, and LIDAR, while enabling physical actions including motion, autonomous navigation, and natural conversations. The goal of OM1 is to make it easy to create highly capable human-focused robots, that are easy to upgrade and (re)configure to accommodate different physical form factors. +**OpenMind's OM1 is a modular AI runtime designed for robots, agnostic of environment.**, including Humanoids, Phone Apps, websites, Quadrupeds, and educational robots such as TurtleBot 4. OM1 agents can process diverse inputs like web data, social media, camera feeds, and LIDAR, while enabling physical actions including motion, autonomous navigation, and natural conversations. The goal of OM1 is to make it easy to create highly capable human-focused robots, that are easy to upgrade and (re)configure to accommodate different physical form factors. ## Capabilities of OM1 @@ -51,6 +51,20 @@ sudo apt-get update sudo apt-get install portaudio19-dev python-dev ffmpeg ``` + +For Windows +1. Install FFmpeg: + - Download from https://www.gyan.dev/ffmpeg/builds/ + - Extract and add the `bin` folder to PATH + +2. Install PortAudio: + - Download from https://www.portaudio.com/download.html + - Install using the Windows installer + +Make sure both FFmpeg and PortAudio are accessible from the terminal. + + + ### Obtain an OpenMind API Key Obtain your API Key at [OpenMind Portal](https://portal.openmind.org/). Copy it to `config/spot.json5`, replacing the `openmind_free` placeholder. Or, `cp env.example .env` and add your key to the `.env`.