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

Operator to detect language in a Video file #319

Open
aatmanvaidya opened this issue May 13, 2024 · 0 comments
Open

Operator to detect language in a Video file #319

aatmanvaidya opened this issue May 13, 2024 · 0 comments

Comments

@aatmanvaidya
Copy link
Collaborator

Operators are core components of Feluda, they are modules that help us analyse media items - text, image, video, audio etc. All the code for operators can be found at src/core/operators

The task is to create a Operator that can detect language in a Video media item. This is an open ended issue, you will have to investigate on what methods to do this are best and effective.
For now the operator should be able to identify/detect the English, Hindi, Telugu and Tamil languages.

Expected Outcome

  • Write an operator, profile it for RAM and CPU usage. A key outcome should be that the operator should have stabilised RAM usage. Some methods on profiling have been documented on the Wiki here.
  • Write a test for the operator
  • Document the operator on the Wiki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant