SheetMate / README.md
akashshahade's picture
Upload 6 files
53848b2 verified
# πŸ“Š 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
```