https://github.com/openai/openai-realtime-embedded
Instructions on how to use the Realtime API on Microcontrollers and Embedded Platforms
https://github.com/openai/openai-realtime-embedded
Last synced: 25 days ago
JSON representation
Instructions on how to use the Realtime API on Microcontrollers and Embedded Platforms
- Host: GitHub
- URL: https://github.com/openai/openai-realtime-embedded
- Owner: openai
- License: mit
- Created: 2024-11-14T20:44:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T15:17:01.000Z (2 months ago)
- Last Synced: 2025-04-09T23:13:42.760Z (about 2 months ago)
- Homepage:
- Size: 7.81 KB
- Stars: 1,522
- Watchers: 122
- Forks: 175
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Realtime API Embedded
This repo contains links to use the [OpenAI Realtime API](https://platform.openai.com/docs/guides/realtime) with [WebRTC](https://platform.openai.com/docs/guides/realtime-webrtc) on different embedded platforms.
## Espressif (ESP32)
Espressif maintains a offical example at [openai_demo](https://github.com/espressif/esp-webrtc-solution/tree/main/solutions/openai_demo).
The original implementation of the OpenAI Embedded SDK is still available on the `esp32` branch.