An AI-powered image captioning web app using BLIP model from Hugging Face and Gradio.
- Upload images directly
- Use image URLs
- Clean, user-friendly interface
- Sample images for testing
- Install dependencies:
pip install -r requirements.txt - Run the app:
python app.py - Open browser to:
http://127.0.0.1:7860
- Python
- Hugging Face Transformers (BLIP model)
- Gradio (UI)
- PyTorch