CoolFace
Apppublic

askuric/reachy-mini-viewer

sourceHugging Faceupdated 10mo agoView on Hugging Face
2likes
App README

Reachy Mini Interactive Viewer

This application provides an interactive 3D viewer for the Reachy Mini robot, allowing users to control the robot's head and antennas using sliders.

To run the app locally

  1. 1.Clone this repository.
  2. 2.build the Docker image using the provided Dockerfile.
docker build -t reachy-mini-live .
  1. 1.Run the Docker container
docker run -p 7860:7860 reachy-mini-live
  1. 1.Open your web browser and navigate to http://localhost:7860 to access the app.