dousery commited on
Commit
d8c0317
Β·
verified Β·
1 Parent(s): a0120bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -13
README.md CHANGED
@@ -1,14 +1,46 @@
1
- ---
2
- title: AutoEDA
3
- emoji: 😻
4
- colorFrom: pink
5
- colorTo: indigo
6
- sdk: gradio
7
- sdk_version: 5.33.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: Upload your CSV file and get instant AI-powered data insight
12
- ---
 
 
 
 
 
 
 
 
 
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # πŸš€ AI Data Explorer with Gemini
2
+
3
+ **agent-demo-track**
4
+
5
+ ## πŸ“– Overview
6
+ AI Data Explorer is an intelligent data analysis application that uses Google's Gemini AI to automatically understand, analyze, and tell stories about your datasets. Simply upload a CSV file and get instant AI-powered insights!
7
+
8
+ ## ✨ Features
9
+ - πŸ€– **AI-Powered Storytelling**: Gemini AI analyzes your data and creates engaging narratives
10
+ - πŸ“Š **Automated Data Profiling**: Comprehensive statistical analysis and data quality assessment
11
+ - 🎨 **Smart Visualizations**: Automatic chart generation based on data characteristics
12
+ - πŸ” **Missing Data Analysis**: Detailed missing value patterns and recommendations
13
+ - πŸ“ˆ **Correlation Discovery**: Automatic identification of relationships between variables
14
+ - 🎯 **Data Quality Scoring**: Instant assessment of dataset completeness
15
+
16
+ ## πŸ› οΈ Technology Stack
17
+ - **Frontend**: Gradio 5.0
18
+ - **AI Engine**: Google Gemini 1.5 Flash
19
+ - **Data Processing**: Pandas, NumPy
20
+ - **Visualizations**: Plotly, Seaborn
21
+ - **Statistics**: SciPy
22
 
23
+ ## 🎯 Use Cases
24
+ - **Business Analysts**: Quick dataset understanding and insights
25
+ - **Data Scientists**: Rapid EDA (Exploratory Data Analysis)
26
+ - **Students**: Learning data analysis through AI explanations
27
+ - **Researchers**: Fast dataset characterization
28
+
29
+ ## πŸš€ How to Use
30
+ 1. Upload your CSV file
31
+ 2. Enter your Gemini API key
32
+ 3. Click "Generate Story" for AI insights
33
+ 4. Explore data profiling and visualizations
34
+ 5. Get actionable recommendations
35
+
36
+ ## πŸŽ₯ Demo Video
37
+ [Link to your demo video - UPLOAD THIS!]
38
+
39
+ ## πŸ”‘ API Key Setup
40
+ Get your free Gemini API key from [Google AI Studio](https://aistudio.google.com/)
41
+
42
+ ## πŸ† Hackathon Submission
43
+ This project was created for the Gradio + Hugging Face Agent Hackathon 2025, demonstrating the power of AI agents in automated data analysis and storytelling.
44
+
45
+ ---
46
+ *Built with ❀️ using Gradio and Gemini AI*