Aditya-1911 commited on
Commit
60fb9d7
·
verified ·
1 Parent(s): d872ac4

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -21
README.md DELETED
@@ -1,21 +0,0 @@
1
- # 📄 CSV Assistant powered by Hugging Face and Starcoder
2
-
3
- This is a Streamlit app that allows you to:
4
- - Upload any CSV file
5
- - Ask natural language queries (e.g., "remove nulls", "filter sales > 1000")
6
- - AI generates Python (Pandas) code
7
- - Apply it directly to your data
8
- - Download the updated CSV file
9
-
10
- Powered by Hugging Face `bigcode/starcoder` via Inference API.
11
-
12
- ## Setup:
13
-
14
- - Add your Hugging Face Inference API Token as a Secret:
15
- - Name: HUGGINGFACEHUB_API_TOKEN
16
- - Value: your Hugging Face token
17
- - Then deploy and enjoy!
18
-
19
- ✅ Free
20
- ✅ No heavy compute needed
21
- ✅ No fine-tuning needed