DocQuery - Intelligent Document Interaction Application
- Clone this Repository
git clone https://github.com/YashasJKumar/DocQuery.git
- Navigate inside the cloned Directory
cd DocQuery
- 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
- 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
- Install all the requirements
pip install -r requirements.txt
-
Place your API Keys from Groq-Cloud & Google Go to line 31 & 89.Replace st.secrets['API_KEY'] with your respective API Key's.
-
All set. Run your Application
streamlit run documents_qna.py