Skip to content

DocQuery is an intelligent document interaction application that leverages AI to enable seamless querying and analysis of documents. Designed for efficiency, it provides users with quick and accurate insights from a wide range of document types.

Notifications You must be signed in to change notification settings

YashasJKumar/DocQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocQuery

DocQuery - Intelligent Document Interaction Application


             

Steps to Run

  1. Clone this Repository
git clone https://github.com/YashasJKumar/DocQuery.git
  1. Navigate inside the cloned Directory
cd DocQuery
  1. Create a python virtual environment to stay isolated

i] For MacOS-X / Linux :

python3 -m venv my_env

ii] For Windows:

python -m venv my_env
  1. Now Activate the virtual Environment

i] For MacOS-X / Linux :

source my_env/bin/activate

ii] For Windows :

  • for Powershell
  .\venv\Scripts\Activate.ps1
  • for CommandPrompt
  .\venv\Scripts\activate.bat
  1. Install all the requirements
pip install -r requirements.txt
  1. Place your API Keys from Groq-Cloud & Google Go to line 31 & 89.Replace st.secrets['API_KEY'] with your respective API Key's.

  2. All set. Run your Application

streamlit run documents_qna.py

About

DocQuery is an intelligent document interaction application that leverages AI to enable seamless querying and analysis of documents. Designed for efficiency, it provides users with quick and accurate insights from a wide range of document types.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages