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.
Before you begin, ensure you have the following installed or set up:
-
Python 3: Ensure Python 3 is installed on your system. You can download it from python.org.
-
OpenAI Api Key: You'll need a OpenAI account to use the OpenAI_Api_Key.
To get started with Project Name, follow these steps:
-
Clone the repository:
git clone https://github.com/dhruvldrp9/DocuQuest-Streamlit.git cd your-repository
-
Make and activate environment:
python3 -m venv env source env/bin/activate
-
Install Requirements:
pip install -r requirements.txt
-
Run Server:
streamlit run app.py