Skip to main content
Beta release for the Docker image openmindagi/om1-avatar, which provides face display module for OM1

Features.

v1.0.0-beta.3

  • Real-time Speech Recognition Display Added live transcript visualization from the Automatic Speech Recognition (ASR) module, enabling operators to view speech-to-text conversion in real-time on the interface
  • Teleoperation Video Streaming Implemented support for displaying teleoperation video feeds when published through the operator portal, providing enhanced visual feedback during remote operations

v1.0.0-beta.2

  • Our animation family just got cuter!
  • Audio configuration instructions updated. Check README.md at OM1-avatar.

v1.0.0-beta.1

  • A modern React-based frontend application.
  • Provides animated eyes to OM1.
  • Provides visual feedback to the user.

Docker image

The OM1-avatar service is provided as a Docker image for easy setup:
git clone https://github.com/OpenMind/OM1-avatar.git
cd OM1-avatar
docker-compose up om1_avatar -d --no-build
The latest docker image is also available at Docker Hub. For more technical details, please refer to the docs.