AI-powered tool that generates publication-quality SVG charts matching PIMCO's InDesign style. Upload Excel/CSV data, write a plain-English brief, then iterate with natural language edits until the chart is exactly right. - Claude Opus 4.6 interprets briefs into structured ChartSpec JSON - Deterministic SVG renderer via drawsvg (no visual hallucinations) - Roboto/Roboto Condensed fonts base64-embedded in SVG - FastAPI + HTMX web frontend with live preview - Conversational refinement: "make lines thicker", "change title", etc. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
146 B
Text
16 lines
146 B
Text
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.py[cod]
|
|
.env
|
|
output/*.svg
|
|
output/data_*
|
|
output/tmp_*
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.xlsx
|
|
*.xls
|
|
*.pdf
|
|
.idea/
|
|
node_modules/
|
|
*.log
|