pdf analyze streamlit
1.0.0
Try the app here: PDF Analyzer on Streamlit Cloud
PDF Analyzer App is a question-answering application that allows users to upload documents (PDF or TXT) and ask questions related to the content of those documents. The app utilizes various retrievers such as similarity search and support vector machines to provide relevant answers.
Clone this repository:
git clone https://github.com/mehmetba/pdf-analyze-streamlit.git
cd pdf-analyze-streamlit
Create a virtual environment and install the required packages:
python -m venv venv
source venv/bin/activate # For Windows: venvScriptsactivate
pip install -r requirements.txt
To run the app, simply execute the following command:
streamlit run qa_app.py
After running the command, you can access the app through your web browser using the provided URL.
Developed by Mehmet Balioglu