File size: 714 Bytes
f96efe0
 
 
 
 
 
 
 
 
 
a4af9c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
---
title: Flask Spiral Visualization
emoji: 🌀
colorFrom: blue
colorTo: green
sdk: docker
app_port: 8501
pinned: false
---

# Flask Spiral Visualization

This is a Flask application that visualizes spiral patterns using Altair charts.

## Features

- Interactive sliders to control the number of points and turns in the spiral
- Real-time visualization updates
- Responsive web design

## Usage

1. Adjust the sliders to change the spiral parameters
2. Click "Update Chart" to regenerate the visualization

## Endpoints

- `/` - Main application page
- `/generate_chart` - API endpoint for generating charts
- `/health` - Health check endpoint

## Dependencies

- Flask
- Altair
- Pandas
- Vega-Lite (frontend)