Skip to content
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

Basic support for video classification #6

Merged
merged 4 commits into from
Jun 27, 2024

Conversation

atrifat
Copy link
Owner

@atrifat atrifat commented Jun 27, 2024

This PR introduces new feature to support basic video classification. User/other apps can request using video URL to API server.

Data flow is similar to regular image classification:
Video URL Request -> Video will be downloaded -> Extract single frame -> Classify image frame

Currently, it was limited to classify single frame of video. Support for multiple frames might be implemented in future.

@atrifat atrifat merged commit ec64835 into main Jun 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant