This project leverages Google Gemini's Generative AI to answer questions from PDFs and generate content based on uploaded images. With an easy-to-use Streamlit interface, you can extract meaningful insights from your documents and images.
- PDF Question Answering: Upload a PDF, ask questions, and get answers.
- Image Upload & Content Generation: Upload an image and generate content based on a prompt.
-
Clone the Repository:
git clone https://github.com/Jesteban247/Test.git cd Test
-
Install Dependencies:
pip install -r requirements.txt
-
Set Up Environment Variables:
- Create a
.env
file in the root directory. - Add your Google API key:
GOOGLE_API_KEY=your_api_key_here
- Create a
Watch how the app works!
Video.mov
Launch the Streamlit app:
streamlit run app.py
This project is licensed under the MIT License.