-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from alanzhuly/alan-main
Added ReadMe to examples folder
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Nexa SDK Examples | ||
|
||
Welcome to the **Nexa SDK Examples**! This is your go-to place for exploring various ways to use Nexa SDK for on-device AI projects. Check out these awesome examples to get started with on-device AI in no time! ⏱️ | ||
|
||
## Why On-Device AI? | ||
- **🔐 Privacy:** Your data stays on your device. No external transmission. | ||
- **💰 Cost-Efficient:** Use local computing power, no server costs! | ||
- **⚡ Latency:** No more server lag! Real-time processing on your device. | ||
- **🌐 Offline-Ready:** Works even without an internet connection. | ||
|
||
## Example Use Cases | ||
- **[AI Character Roleplay](https://github.com/NexaAI/nexa-sdk/tree/main/examples/ai_soulmate):** Chat with an AI! Voice interaction and image generation for fun, uncensored experiences. 🎭🖼️ | ||
|
||
- **[Chat with PDF](https://github.com/NexaAI/nexa-sdk/tree/main/examples/financial-advisor):** Query PDFs locally using AI for RAG-based tasks. Super useful for quick info lookup! 📄💡 | ||
|
||
- **[Voice Transcription & Translation](https://github.com/NexaAI/nexa-sdk/tree/main/examples/voice_transcription):** Real-time voice-to-text, translation, and summarization. Perfect for meetings or multilingual needs! 🎤📝🌍 | ||
|
||
--- | ||
|
||
Dive in, experiment, and start building with **Nexa SDK** today! 🔧👨💻 | ||
|
||
|