enacimie commited on
Commit
ace218c
·
verified ·
1 Parent(s): b8e00cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -9
README.md CHANGED
@@ -1,19 +1,54 @@
1
  ---
2
  title: SimpleViz
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: red
6
  sdk: docker
7
  app_port: 8501
8
  tags:
9
- - streamlit
 
 
 
 
10
  pinned: false
11
- short_description: Streamlit template space
12
  ---
13
 
14
- # Welcome to Streamlit!
15
 
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
17
 
18
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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!