Chat with the Document
- PyPDF2
- langchain
- Streamlit
- google.generativeai
pip install virtualenv
python -m venv env
In CMD
.\env\Scripts\activate.bat
-
Install Dependencies:
pip install -r requirements.txt
-
Set up Google API Key:
- You can get Google Api key from Here
Get API key -> Generative Language Client -> Create API key in existing project. - Obtain a Google API key and set it in the
.env
file.
GOOGLE_API_KEY=your_api_key_here
- You can get Google Api key from Here
-
Run the Application:
streamlit run app.py