Dynamic PDF Conversations with Streamlit and LangChain
-
Clone the repository:
-
Create and activate a virtual environment:
# For Unix/macOS python3 -m venv venv source venv/bin/activate # For Windows python -m venv venv venv\Scripts\activate
-
Install the required dependencies:
pip install -r requirements.txt
-
Create a .env file and place your gemini Google api key
-
Run the development server:
streamlit run app.py
-
Access the application in your web browser at
http://localhost:8501/