Skip to content

ShawnZhuPro/PDF_Answerer_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Answering Website with Gemini, LangChain, and Streamlit

Video Demo Link: https://www.loom.com/share/7d9b896393de4640a493117c67919420?sid=f0ed0342-81d0-452c-8d71-cb52ac9c6ccd

Steps to Run Code

1. Activate Virtual Environment

Step-by-Step Instructions

  1. Open Command Prompt

    • Press Win + R, type cmd, and press Enter.
  2. Navigate to Your Project Directory

    cd \path\to\your\project
  3. Create a Virtual Environment

    • If you haven't created a virtual environment yet, use the following command to create one. You can name it myvenv or any other name you prefer:
    python -m venv myvenv
  4. Activate the Virtual Environment

    venv\Scripts\activate
  5. Install Project Dependencies

    • Once the virtual environment is activated, you can install the necessary dependencies using pip. For example:
    pip install -r requirements.txt
  6. Run Your Code

    • Now you can run your code as needed. For example:
    streamlit run main.py
  7. Deactivate the Virtual Environment

    • After you are done, you can deactivate the virtual environment by running:
    deactivate

About

PDF Answering Website with Gemini, LangChain, and Streamlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages