Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,50 @@
|
|
| 1 |
---
|
| 2 |
title: Asklytics
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.38.2
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
license: mit
|
| 11 |
-
short_description: 'Upload a CSV and ask questions in plain English. '
|
| 12 |
---
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
title: Asklytics
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: gradio
|
|
|
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Asklytics β Chat with Your CSV (Powered by Groq + LLaMA 3)
|
| 14 |
+
|
| 15 |
+
**Asklytics** is your personal AI data analyst. Upload any CSV file and ask questions in plain English.
|
| 16 |
+
Behind the scenes, Asklytics uses **Groq's blazing-fast LLaMA 3** model to generate and run Python code with `pandas` and `matplotlib`.
|
| 17 |
+
|
| 18 |
+
No coding. No formulas. Just insights.
|
| 19 |
+
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
## Try asking:
|
| 23 |
+
|
| 24 |
+
- "What is the total revenue by region?"
|
| 25 |
+
- "Show a bar chart of average sales by product category"
|
| 26 |
+
- "Which customer made the most purchases?"
|
| 27 |
+
|
| 28 |
+
---
|
| 29 |
+
|
| 30 |
+
## Tech Stack
|
| 31 |
+
|
| 32 |
+
- [Groq API](https://console.groq.com/) β ultra-fast LLaMA 3 (70B)
|
| 33 |
+
- Gradio β intuitive web UI
|
| 34 |
+
- Pandas + Matplotlib β code generated by LLM
|
| 35 |
+
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
+
## Privacy Note
|
| 39 |
+
|
| 40 |
+
Your uploaded CSV stays local and is **not stored**. The LLM only sees the first 10 rows to answer your questions.
|
| 41 |
+
|
| 42 |
+
---
|
| 43 |
+
|
| 44 |
+
## Feedback?
|
| 45 |
+
|
| 46 |
+
If you find this useful or want to contribute, visit the [GitHub repo](https://github.com/imantasha/Asklytics)
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
|
| 50 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|