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

Update VideoAnalyzer #35

Merged
merged 1 commit into from
Apr 21, 2024
Merged

Update VideoAnalyzer #35

merged 1 commit into from
Apr 21, 2024

Conversation

Manuss20
Copy link
Contributor

@Manuss20 Manuss20 commented Apr 21, 2024

This pull request mainly focuses on the integration of a new cognitive service module for computer vision (CV) and the refactoring of the VideoAnalyzer feature in the AIHub. The most significant changes include the addition of a new CV module in the infrastructure, modifications to the VideoAnalyzerController in the AIHub, and updates to the video player in the AIHub's user interface.

Infrastructure changes:

  • infra/main.tf: Added a new variable cv_name to the locals block and a new module Computer Vision that uses the cv_name variable. [1] [2]
  • infra/modules/cv/main.tf and infra/modules/cv/variables.tf: Created a new cognitive service account for computer vision. [1] [2]
  • infra/modules/st/main.tf: Added a new storage container image-analyzer for the video analyzer feature.
  • infra/variables.tf: Added a new variable cv_name with a default value.

AIHub changes:

UI changes:

@rag2111 rag2111 merged commit 6dbe2cc into Azure:main Apr 21, 2024
2 checks 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.

2 participants