Skip to content

PicScribe AI is a Streamlit app that uses Google's Generative AI to answer questions about uploaded images. It provides a seamless interface for users to interact with AI, making image analysis and content generation accessible and user-friendly.

Notifications You must be signed in to change notification settings

silentkiller18/picScribeAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IHaveAPictureInMyMindJamesGIF

PicScribe AI 📷

PicScribe AI is a Streamlit application that leverages Google's Generative AI to answer questions about images. This project utilizes environment variables for secure API key management and provides a user-friendly interface for uploading images and querying the AI model.

Features💻

Upload an image in JPG, PNG, or JPEG format. Ask a question related to the uploaded image. Get a response generated by Google's Generative AI. Installation To run this project locally, follow these steps:

Prerequisites ⏮️

Python 3.7 or higher Streamlit Pillow google-generativeai dotenv

Clone the Repository 🤡

git clone https://github.com/yourusername/PicScribe-AI.git cd PicScribe-AI

Install Dependenciesℹ️

pip install -r requirements.txt

Set Up Environment Variables🎋

Create a .env file in the project root directory and add your Google API key: GOOGLE_API_KEY=your_google_api_key

Usage🪴

To start the Streamlit app, run the following command: streamlit run app.py This will open a new tab in your default web browser with the PicScribe AI application.

Demo 🪧

picScribe.mp4

Contributing🤝

Contributions are welcome! Please open an issue or submit a pull request for any changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries, please contact [email protected].

About

PicScribe AI is a Streamlit app that uses Google's Generative AI to answer questions about uploaded images. It provides a seamless interface for users to interact with AI, making image analysis and content generation accessible and user-friendly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published