An open API service indexing awesome lists of open source software.

https://github.com/dhruvldrp9/docuquest-streamlit

Upload your PDFs to DocuQuest and ask questions to instantly retrieve precise information from your documents, powered by Supabase's vector store.
https://github.com/dhruvldrp9/docuquest-streamlit

ai answer chatbot csv doc-parser docs docuquest docuquest-streamlit excel image llm pdf python python3 qa

Last synced: 9 months ago
JSON representation

Upload your PDFs to DocuQuest and ask questions to instantly retrieve precise information from your documents, powered by Supabase's vector store.

Awesome Lists containing this project

README

          

# DocuQuest

DocuQuest makes it simple to dive deep into your PDFs. Just upload your documents, and DocuQuest goes to work, pulling out key details using smart technology. It stores everything securely with Supabase, so you can find what you need fast. Whether you're looking for specific answers or exploring new ideas, DocuQuest uses advanced tools to help you uncover insights effortlessly.

DocuQuest is your partner in making document management smarter and more intuitive, putting the power of sophisticated analysis right at your fingertips.

![Project Cover](https://github.com/dhruvldrp9/DocuQuest/blob/main/pdf_qa_website/DCUeest.jpeg)

## Prerequisites

Before you begin, ensure you have the following installed or set up:

1. **Python 3**: Ensure Python 3 is installed on your system. You can download it from [python.org](https://www.python.org/downloads/).

2. **OpenAI Api Key**: You'll need a OpenAI account to use the OpenAI_Api_Key.

## Installation

To get started with **Project Name**, follow these steps:

1. **Clone the repository:**

```bash
git clone https://github.com/dhruvldrp9/DocuQuest-Streamlit.git
cd your-repository
2. **Make and activate environment:**

```bash
python3 -m venv env
source env/bin/activate
4. **Install Requirements:**

```bash
pip install -r requirements.txt
5. **Run Server:**

```bash
streamlit run app.py