Spaces:
Running
Running
A newer version of the Streamlit SDK is available:
1.40.0
metadata
title: Document QandA
emoji: π
colorFrom: red
colorTo: pink
sdk: streamlit
sdk_version: 1.21.0
app_file: app.py
pinned: false
license: mit
Document Question & Answer
A Langchain-based application to upload any text or PDF document, ask relevant Questions to it and expect summarised answers.
Pre-requisites
$ pip install langchain huggingface_hub sentence_transformers faiss-cpu unstructured chromadb Cython tiktoken unstructured[local-inference]
Or
$ pip install -r requirements.txt
- Install the above Python packages