Back to Nexa Sdk

Nexa SDK Cookbook

cookbook/README.md

0.2.731.9 KB
Original Source

Nexa SDK Cookbook

This repository contains comprehensive demos and examples for Nexa SDK across different platforms: PC (Python), Android, and Linux.


🖥️ PC Demos (Python Bindings)

All PC demos are located in the PC/ directory and run on Windows (x64/ARM64 Snapdragon), macOS, and Linux.

🤖 Agent-Granite

Lightweight on-device AI assistant with function calling (web search) using Granite-4-Micro model. Includes Gradio interface for local agentic workflows.

🔧 Function-Calling

Function calling capabilities with NexaAI VLM model, integrated with Google Calendar via MCP protocol. Supports multi-modal input (text, image, audio) with Web UI and CLI interfaces.

📚 RAG-LLM

End-to-end Retrieval-Augmented Generation pipeline with embeddings, reranking, and generation models. Query your own documents (PDFs, Word, text) locally on device.

🖼️ Multimodal-Qwen3VL

Vision-Language Model (VLM) with structured JSON outputs, multi-image input, and custom system prompt control.

🔍 RAG-VLM

Lightweight RAG system with Qwen3VL multimodal model powered by Nexa Serve. Supports PDFs, Word docs, text files, and images. Includes CLI and Gradio UI.

🌐 Web-Agent-Qwen3VL

Local multimodal LLM-driven browser automation using Qwen3-VL. Enables autonomous web navigation, searches, and complex web tasks.


📱 Android Demos

For Android SDK demos and examples, please refer to android/.


🐧 Linux Demos

Linux-specific demos coming soon in the linux/ directory.