Skip to content

pythiantech/pdf-analyze-streamlit-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%