CoolFace
Apppublic

Happy8483/Explain_This_Image_with_BLIP_captions

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

๐Ÿง  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

  1. 1.You upload an image.
  2. 2.You ask a question about the image.
  3. 3.The app generates a caption and gives a basic explanation.

๐Ÿงฐ Tech Stack

๐Ÿ“ฆ Run Locally

bash
git clone https://github.com/YOUR_USERNAME/explain-this-image.git
cd explain-this-image
pip install -r requirements.txt
python app.py