AI Analyst by E2B
October 31, 2024 ยท View on GitHub
This is an AI-powered code and data analysis tool built with Next.js and the E2B SDK.

โ Try on ai-analyst.e2b.dev
Features
- ๐ธ Analyze data with Meta's Llama 3.1
- ๐ธ Upload CSV files
- ๐ธ Create interactive charts
Powered by:
- ๐ธ โถ E2B Sandbox
- ๐ธ Vercel's AI SDK
- ๐ธ Next.js
- ๐ธ echarts library for interactive charts
Supported LLM Providers:
- ๐ธ TogetherAI
- ๐ธ Fireworks
Supported chart types:
- ๐ธ All the supported charts are descriebd here.
Make sure to give us a star!
Get started
Visit the online version or run locally on your own.
1. Clone repository
git clone https://github.com/e2b-dev/ai-analyst.git
2. Install dependencies
cd fragments && npm i
3. Get API keys
Copy .example.env to .env.local and fill in variables for E2B and one LLM provider.
E2B: E2B_API_KEY
- Get your E2B API key here.
LLM Providers:
- Fireworks:
FIREWORKS_API_KEY - Together AI:
TOGETHER_API_KEY - Ollama:
OLLAMA_BASE_URL