Spaces:
Sleeping
Sleeping
File size: 302 Bytes
4edd7b4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
license: mit
sdk: streamlit
emoji: 😻
colorFrom: red
colorTo: red
---
# LLama Index Q&A Assistant
This is a Streamlit application that uses llama-index with Hugging Face models to provide a Q&A assistant.
## How to Run Locally
Install the dependencies:
```bash
pip install -r requirements.txt |