π§ Image-to-Prompt Model
This is a simple and effective model that generates text prompts from uploaded images using BLIP + Transformers.
It uses Salesforce/blip-image-captioning-base
under the hood and is optimized for use with Streamlit.
π Example
Upload an image of a mountain and get a prompt like:
βA scenic view of snowy mountains under a clear blue sky.β
π§ͺ How to Use
from model import ImagePromptModel
model = ImagePromptModel()
result = model.generate_prompt("your_image.jpg")
print(result)
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support
Model tree for nomanmanzoor/image-prompt-model
Base model
HuggingFaceTB/SmolLM3-3B-Base
Finetuned
HuggingFaceTB/SmolLM3-3B