From 73bdf94e64d67a8b8724629e2c589fb4e4157a48 Mon Sep 17 00:00:00 2001 From: akdeb Date: Thu, 12 Jun 2025 17:28:39 +0100 Subject: [PATCH] readme update --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 737259a..8b241e2 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ Realtime AI Speech powered by **OpenAI Realtime API** and **Gemini Live API**, E Elato AI Demo Video

+ + +Video links: [OpenAI Demo](https://youtu.be/o1eIAwVll5I) | [Gemini Demo](https://youtu.be/_zUBue3pfVI) + +
[Homepage](https://elatoai.com/) | [Buy AI device](https://www.elatoai.com/products) | [Buy AI Dev Kit](https://www.elatoai.com/products/ai-devkit) @@ -40,9 +45,6 @@ Realtime AI Speech powered by **OpenAI Realtime API** and **Gemini Live API**, E
-Video links: [OpenAI Demo](https://youtu.be/o1eIAwVll5I) | [Gemini Demo](https://youtu.be/_zUBue3pfVI) - - ## 👷‍♀️ DIY Hardware Design Hardware Setup @@ -134,9 +136,6 @@ Build and upload the firmware to your ESP32 device. The ESP32 should open an `EL Once your Wifi credentials are configured, turn the device off and on again and it should connect to your Wifi and your server. Now you can talk to your AI Character! - -## [🤖🤖🤖 Getting Started with multiple devices](./docs/MultipleDevices.md) - ## Project Architecture ElatoAI consists of three main components: @@ -183,9 +182,9 @@ ElatoAI consists of three main components: | Communication | Secure WebSockets | | Libraries | ArduinoJson, WebSockets, AsyncWebServer, ESP32_Button, Arduino Audio Tools, ArduinoLibOpus | -## 📈 Core Use Cases +## [📈 Core Use Cases](./docs/Usecases.md) -We have a [Usecases.md](./docs/Usecases.md) file that outlines the core use cases for the [Elato AI device](https://www.elatoai.com/products) or any other custom conversational AI device. +## [🤖🤖🤖 Getting Started with multiple devices](./docs/MultipleDevices.md) ## High-Level Flowchart @@ -256,7 +255,7 @@ lib_deps = - Secure WebSockets (WSS) for encrypted data transfers - Optional: API Key encryption with 256-bit AES - Supabase DB for secure authentication -- Supabase RLS for all tables +- Postgres RLS for all tables ## 🚫 Limitations - 3-4s Cold start time while connecting to edge server