IMantasha commited on
Commit
4ffc263
Β·
verified Β·
1 Parent(s): b35364c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -6
README.md CHANGED
@@ -1,14 +1,50 @@
1
  ---
2
  title: Asklytics
3
- emoji: πŸ“‰
4
- colorFrom: yellow
5
- colorTo: indigo
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