server readme
This commit is contained in:
parent
22abcafbd6
commit
d9ab936e52
1 changed files with 7 additions and 0 deletions
7
server/README.md
Normal file
7
server/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
## Server
|
||||
|
||||
The server acts as a relay between your Arduino ESP32 device and the STT/LLM/TTS/STS AI Provider API. In ElatoAI, we provide alternative server mechanisms for you to deploy your project globally.
|
||||
|
||||
1. [Deno Edge Functions](https://github.com/akdeb/ElatoAI/tree/main/server/deno) on Deno/Supabase Edge with TypeScript
|
||||
2. [Cloudflare Workers](https://github.com/akdeb/ElatoAI/tree/main/server/cloudflare) + Durable Objects with TypeScript
|
||||
3. [FastAPI](https://github.com/akdeb/ElatoAI/tree/main/server/fastapi) with Python
|
||||
Loading…
Reference in a new issue