Spaces:
Configuration error
Configuration error
File size: 375 Bytes
53848b2 3b63607 53848b2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# 📊 SheetMate (Flan-T5 Version)
**SheetMate** lets you chat with your Excel sheets using AI! Upload a `.xlsx` file and ask natural language questions to get instant answers.
- Export to PDF or CSV
- No API key required
- Works on Hugging Face Spaces free tier
## Developed by Akash Shahade
## Run Locally
```bash
pip install -r requirements.txt
streamlit run app.py
``` |