Go to file
2025-05-22 13:12:13 +00:00
app first commit 2025-05-22 13:12:13 +00:00
conf first commit 2025-05-22 13:12:13 +00:00
files first commit 2025-05-22 13:12:13 +00:00
logs first commit 2025-05-22 13:12:13 +00:00
wwwroot first commit 2025-05-22 13:12:13 +00:00
README.md first commit 2025-05-22 13:12:13 +00:00

A FastVLM webserver

fastvlm is apple released a open source multiple modal llm, it can input image, promt and generate text

Usage

curl https://{domain}/v1/generate \
	-F "prompt=描述这张图片" \
	-F "image_path=@path_to_image"