Spaces:
Sleeping
Sleeping
File size: 571 Bytes
6363d82 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# π Multidoc Chat - Hugging Face Space
Multidoc Chat allows users to upload **PDFs and Excel files** and ask questions about the content. It uses:
- **Groq API** + **Llama model** for answering queries
- **Streamlit** for a simple and interactive UI
## π Features
- Upload **PDFs & Excel** files
- Extract text automatically
- Ask questions & get AI-powered responses
- Interactive chat history
## π§ Installation
1. **Clone this repository:**
```sh
git clone https://huggingface.co/spaces/akashshahade/multidoc_chat
cd multidoc_chat
|