An open API service indexing awesome lists of open source software.

https://github.com/e2b-dev/ai-analyst

Open source AI analyst powered by E2B. Analyze your CSV files with Llama 3.1 and create interactive charts.
https://github.com/e2b-dev/ai-analyst

ai ai-analysis analysis e2b llama llm sandbox

Last synced: about 2 months ago
JSON representation

Open source AI analyst powered by E2B. Analyze your CSV files with Llama 3.1 and create interactive charts.

Awesome Lists containing this project

README

        

# AI Analyst by E2B
This is an AI-powered code and data analysis tool built with Next.js and the [E2B SDK](https://e2b.dev/docs).

![Preview](preview.png)

→ Try on [ai-analyst.e2b.dev](https://ai-analyst.e2b.dev/)

## Features
- 🔸 Analyze data with Meta's Llama 3.1
- 🔸 Upload CSV files
- 🔸 Create interactive charts

**Powered by:**
- 🔸 ✶ [E2B Sandbox](https://github.com/e2b-dev/code-interpreter)
- 🔸 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](https://e2b.dev/docs/code-interpreting/create-charts-visualizations/interactive-charts#supported-intertactive-charts).

**Make sure to give us a star!**

Screenshot 2024-04-20 at 22 13 32

## Get started

Visit the [online version](https://ai-analyst.e2b.dev/) 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](https://e2b.dev/dashboard?tab=keys).

LLM Providers:

- Fireworks: `FIREWORKS_API_KEY`
- Together AI: `TOGETHER_API_KEY`
- Ollama: `OLLAMA_BASE_URL`