Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 754 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 754 Bytes

Logo

Try the app here: PDF Analyzer on Streamlit Cloud

PDF Analyzer App

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.

Features

  • Upload PDF or TXT documents
  • Choose the type of retriever: Similarity Search or Support Vector Machines
  • Generate sample question-answer pairs based on the uploaded documents
  • Ask questions related to the content of the uploaded documents
  • Get answers from the app using the selected retriever method