Sample Apps
Explore real-world applications built with AISuite. Each sample app demonstrates practical use cases and implementation patterns you can adapt for your own projects.
AI Research Assistant
Autonomous agent that researches topics, fact-checks, and generates comprehensive reports
Code Review Agent
Analyzes code, suggests improvements, and can automatically fix issues
Data Pipeline Agent
Automates data processing, analysis, and visualization workflows
Voice Assistant
Multi-modal assistant with speech recognition and synthesis
Podcast Transcriber
Transcribes audio, generates summaries, timestamps, and key takeaways
Language Learning Buddy
Interactive voice-based language practice with pronunciation feedback
Image Analysis Dashboard
Analyzes images, extracts text, detects objects, and provides insights
Visual QA System
Answer questions about uploaded images using vision-enabled LLMs
Document Processor
OCR and intelligent understanding for invoices, forms, and receipts
Chat Comparison
Compare responses from multiple LLMs side-by-side in real-time
PDF Q&A Assistant
Extract insights from documents using any LLM provider
Multi-Provider Reasoning
Solve complex problems using different models for each reasoning step
Customer Support Bot
Intelligent support agent with function calling capabilities
Data Analysis Agent
Autonomous data analyst that explores and visualizes datasets
Getting Started
Choose Your App
Browse sample apps and click "View Details" for code
Clone Repository
Get the code from GitHub and navigate to examples
Add API Keys
Configure your provider credentials as environment vars
Run Your App
Install aisuite and execute your chosen example
# Clone and navigate
git clone https://github.com/andrewyng/aisuite.git
cd aisuite/examples
# Set up API keys
export OPENAI_API_KEY="your-key"
export ANTHROPIC_API_KEY="your-key"
# Install and run
pip install aisuite
python chat_app.py
Build Something Amazing?
Share your AISuite creation with the community. We welcome contributions!
Contribute Your App