🧠 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)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for nomanmanzoor/image-prompt-model

Finetuned
(21)
this model

Datasets used to train nomanmanzoor/image-prompt-model