ppt_owl_vit / README.md
mrciolino's picture
proper
8ef3e55
---
title: Owl-Vit Streamlit App
emoji: πŸ€—
colorFrom: pink
colorTo: blue
sdk: streamlit
sdk_version: 1.10.0
app_file: app.py
python_version: 3.10.0
pinned : true
---
# OwL-Vit Streamlit App
## Summary
An application that ultilizes OWL-Vit and Streamlit to understand text to detect objects in images.
Deployed and ready to be tested on :
[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://www.matthewciolino.com/)
## Example
![Baseball Field Picture](refs/baseball_labeled.png)
## Made Possible with Adapatation from:
#### Implementation -> https://huggingface.co/docs/transformers/model_doc/owlvit πŸ™
#### Paper (Yolo) -> https://arxiv.org/abs/2205.06230