readme update

This commit is contained in:
akdeb 2025-04-25 14:31:35 +01:00
parent 349ee44224
commit ebc56bb229
3 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,5 @@
<img src="assets/elato-alien.png" alt="Elato Logo" width="100%">
# 🚀 ElatoAI: Realtime Speech AI Agents for ESP32
Realtime AI Speech powered by OpenAI Realtime API, ESP32, Secure WebSockets, and Deno Edge Functions for >10-minute uninterrupted global conversations

BIN
assets/elato-alien.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View file

@ -0,0 +1,7 @@
export default function Logo() {
return (
<div className="flex items-center justify-center h-screen">
<h1 className="text-7xl font-bold font-silkscreen">ELATO 👾</h1>
</div>
);
}