File size: 976 Bytes
b88cee1 a1fedd9 b88cee1 a1fedd9 b88cee1 a1fedd9 b88cee1 a1fedd9 5b119b6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ---
title: Hermes Agent - Data Analysis
emoji: "\U0001F52E"
colorFrom: purple
colorTo: indigo
sdk: gradio
sdk_version: 5.29.0
app_file: app.py
pinned: false
license: mit
---
# Hermes Agent - Data Analysis Demo
An interactive demo showcasing the data analysis capabilities of [Hermes Agent](https://github.com/NousResearch/hermes-agent) by Nous Research.
## Features
- **AI Chat**: Converse with the Hermes Agent via an OpenAI-compatible API
- **Data Analysis**: Upload CSV/JSON files and ask natural language questions about your data
- **Visualization**: Auto-generated charts and statistical summaries
- **Code Display**: See the Python code the agent generates for analysis
## Configuration
Set the following environment variables in your Space settings:
| Variable | Description | Default |
|----------|-------------|---------|
| `FIREWORKS_API_KEY` | Fireworks AI API key | (required) |
| `FIREWORKS_MODEL` | Model to use | `accounts/fireworks/models/kimi-k2p5` |
|