-
-
Notifications
You must be signed in to change notification settings - Fork 114
[Demo] Add smart cropping with Hugging Face to demo #851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0f955ca to
8ae6015
Compare
| <div class="card-body"> | ||
| <h5 class="card-title">Video Bot</h5> | ||
| <p class="card-text">Simple demonstration of vision capabilities of GPT in combination with your webcam.</p> | ||
| <a href="{{ path('video') }}" class="btn btn-outline-dark d-block">Try Video Bot</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <a href="{{ path('video') }}" class="btn btn-outline-dark d-block">Try Video Bot</a> | |
| <a href="{{ path('video') }}" class="btn btn-outline-dark d-block">Try Video</a> |
Should we remove the Bot suffix in this context too?
8ae6015 to
37d065f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FTR, this implementation is bad and only works well for some cases.
37d065f to
a1bb014
Compare
|
Thanks Christopher for working on this feature, this is much appreciated. |
Bringing in the first non-chatbot example - sitting on top of Hugging Face.
The frontend & resampler implementation is rather bad, but will have another look if time permits - and i guess the idea is clear.
Screencast.from.2025-11-10.00-08-47.mp4