docker / README.md
AB498's picture
.
f96efe0
metadata
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)