Skip to content

Commit

Permalink
Merge pull request #91 from alanzhuly/alan-main
Browse files Browse the repository at this point in the history
Added ReadMe to examples folder
  • Loading branch information
zhiyuan8 authored Sep 14, 2024
2 parents 71c1324 + 4f4c4b9 commit 022fa02
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions examples/README.md
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! 🔧👨‍💻


0 comments on commit 022fa02

Please sign in to comment.