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.
- Host: GitHub
- URL: https://github.com/dhruvldrp9/docuquest-streamlit
- Owner: dhruvldrp9
- Created: 2024-07-06T18:51:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T19:09:27.000Z (almost 2 years ago)
- Last Synced: 2025-08-31T02:56:42.766Z (10 months ago)
- Topics: ai, answer, chatbot, csv, doc-parser, docs, docuquest, docuquest-streamlit, excel, image, llm, pdf, python, python3, qa
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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