File size: 2,512 Bytes
24c9af6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | ---
license: mit
language:
- en
base_model:
- Salesforce/blip-image-captioning-base
pipeline_tag: image-to-text
---
# ποΈ BLIP Image Captioning for Municipality Use (Graduation Project)
This is a fine-tuned version of [Salesforce's BLIP base model](https://huggingface.co/Salesforce/blip-image-captioning-base), customized for generating captions on images related to street infrastructure and urban environments.
The model was developed as part of a **Graduation Project** at the College of Information Systems.
---
## π Graduation Project Information
- **Project Title:** Smart Captioning for Urban Monitoring Using AI
- **Student Name:** Saja
- **University Major:** Information Systems
- **Semester:** Final Year β Graduation Project 1
- **Purpose:** This model aims to assist municipalities in automatically generating descriptive captions for street and infrastructure images using AI.
---
## π§ Model Overview
- **Base Model:** [Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base)
- **Architecture:** BLIP (Bootstrapped Language Image Pretraining)
- **Task:** Image Captioning (with a focus on municipality-related data)
---
## ποΈ Dataset
This model was fine-tuned on a **custom dataset** consisting of images captured in urban environments (e.g., roads, signs, sidewalks) for the purpose of city infrastructure monitoring.
> β οΈ The dataset is not publicly released due to privacy and data ownership considerations.
---
## β
Intended Use
This model is designed for:
- Generating captions for street-level and city infrastructure images.
- Assisting municipalities in monitoring, analyzing, and documenting visual data.
---
## β Limitations
- May not generalize well to domains outside of urban/street imagery.
- Captions might be biased by the dataset or lack context in unfamiliar scenes.
- Does not include object detection β focuses on captioning only.
---
## π License
- This model is released under the **MIT License**.
- It is based on the [Salesforce BLIP model](https://huggingface.co/Salesforce/blip-image-captioning-base), which is licensed under the **BSD-3-Clause License**.
- Please ensure appropriate credit is given to the original authors when using or redistributing this model.
---
## π€ Acknowledgements
- Special thanks to **Salesforce Research** for the original BLIP model.
- Developed as part of a university graduation project with guidance from faculty members.
--- |