readme update
This commit is contained in:
parent
349ee44224
commit
ebc56bb229
3 changed files with 9 additions and 0 deletions
|
|
@ -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
BIN
assets/elato-alien.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
7
frontend-nextjs/app/logo/page.tsx
Normal file
7
frontend-nextjs/app/logo/page.tsx
Normal 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>
|
||||
);
|
||||
}
|
||||
Loading…
Reference in a new issue