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

https://github.com/hiteshydv001/deepchartai

AI-Powered Chart Builder
https://github.com/hiteshydv001/deepchartai

Last synced: about 1 month ago
JSON representation

AI-Powered Chart Builder

Awesome Lists containing this project

README

        

# AI Chart Builder
An advanced AI-powered data visualization tool.

## Features
- Upload or input data (CSV, JSON, manual entry)
- Choose graph type or let AI suggest (Line, Bar, Pie, Scatter, Heatmap)
- Interactive graphs (zoom, filter, compare)
- LLM-powered trend analysis

## Setup
1. Install backend: `pip install -r backend/requirements.txt`
2. Run backend: `python backend/app.py`
3. Install frontend: `npm install plotly.js-dist-min react-scripts`
4. Start frontend: `npm start`

## Usage
- Input data via upload, JSON, or manual entry.
- Select a chart type or use a query for AI suggestion.
- Interact with the chart and analyze trends.