Happy8483/Explain_This_Image_with_BLIP_captions
0
๐ง Explain This Image
A fun AI app that generates captions and basic explanations for images using Salesforce's BLIP and Gradio.
๐ Demo
Try it on Hugging Face Spaces or run it locally.
๐ผ๏ธ What It Does
- You upload an image.
- You ask a question about the image.
- The app generates a caption and gives a basic explanation.
๐งฐ Tech Stack
- ๐ค BLIP (Salesforce)
- ๐จ Gradio
- ๐ Python (tested on 3.8+)
๐ฆ Run Locally
git clone https://github.com/YOUR_USERNAME/explain-this-image.git
cd explain-this-image
pip install -r requirements.txt
python app.py