fastVLM / README.md
james-ham's picture
Update README.md
6bcc3c3 verified
# FastVLM Screenshot Explainer β€” CPU-only (no uploads)
A tiny Gradio Space that showcases Apple's **FastVLM-0.5B** on CPU with a curated image gallery.
Pick an image β†’ choose a task (Explain / Extract numbers / Write alt-text / Ask a question) β†’ run.
## Local dev
pip install -r requirements.txt
python app.py
## Notes
- Uses `trust_remote_code` as shown on the model card, including IMAGE_TOKEN_INDEX=-200 and the model's own image processor.
- License: **apple-amlr** (Apple Machine Learning Research) β€” research & non-commercial only.