Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,54 @@
|
|
1 |
---
|
2 |
title: SimpleViz
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
app_port: 8501
|
8 |
tags:
|
9 |
-
- streamlit
|
|
|
|
|
|
|
|
|
10 |
pinned: false
|
11 |
-
short_description:
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
|
17 |
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: SimpleViz
|
3 |
+
emoji: 🎨
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: pink
|
6 |
sdk: docker
|
7 |
app_port: 8501
|
8 |
tags:
|
9 |
+
- streamlit
|
10 |
+
- data-visualization
|
11 |
+
- plotly
|
12 |
+
- eda
|
13 |
+
- charts
|
14 |
pinned: false
|
15 |
+
short_description: Create beautiful interactive visualizations.
|
16 |
---
|
17 |
|
18 |
+
# SimpleViz
|
19 |
|
20 |
+
Interactive Streamlit dashboard to create stunning, publication-ready visualizations from your CSV files.
|
21 |
|
22 |
+
## Author
|
23 |
+
Eduardo Nacimiento García
|
24 |
+
📧 enacimie@ull.edu.es
|
25 |
+
📜 Apache 2.0 License
|
26 |
+
|
27 |
+
## Features
|
28 |
+
- Upload CSV or use built-in demo dataset
|
29 |
+
- Smart visualization suggestions based on data types
|
30 |
+
- Custom plot builder for:
|
31 |
+
- Scatter, Line, Bar, Histogram, Box, Violin, Pie, Heatmap
|
32 |
+
- Color, size, and grouping options
|
33 |
+
- Multi-plot comparison (side by side)
|
34 |
+
- Download plots as PNG or HTML
|
35 |
+
- Plotly-powered interactive charts
|
36 |
+
|
37 |
+
## Demo Dataset
|
38 |
+
Includes sample data with:
|
39 |
+
- Numeric: Age, Income, Satisfaction
|
40 |
+
- Categorical: City, Gender, Purchase
|
41 |
+
- Datetime: Date
|
42 |
+
|
43 |
+
## Deployment
|
44 |
+
Ready for [Hugging Face Spaces](https://huggingface.co/spaces) (free tier).
|
45 |
+
|
46 |
+
> ⚠️ Uses `sdk: docker` — include `Dockerfile`.
|
47 |
+
|
48 |
+
## Requirements
|
49 |
+
- Python 3.8+
|
50 |
+
- Streamlit, pandas, numpy, plotly
|
51 |
+
|
52 |
+
---
|
53 |
+
|
54 |
+
💡 Tip: Try "Smart Suggestions" first, then customize with the plot builder!
|