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

U/kinnym/multimodalwork #2090

Draft
wants to merge 8 commits into
base: 0.2
Choose a base branch
from
Draft

Conversation

kinnym
Copy link
Collaborator

@kinnym kinnym commented Mar 19, 2024

This PR has two sample notebooks. One notebook reads Microphone input from a mic plugged into the system and converts the microphone input to text using speech recognition package. The second notebook reads Web Camera input from a camera plugged into the system and passes frames to Google Vision Pro model for Image to Text AI generation.

@codecov-commenter
Copy link

codecov-commenter commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.88%. Comparing base (462ef9c) to head (774f105).
Report is 25 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2090      +/-   ##
==========================================
- Coverage   37.53%   36.88%   -0.66%     
==========================================
  Files          65       68       +3     
  Lines        6913     7062     +149     
  Branches     1521     1540      +19     
==========================================
+ Hits         2595     2605      +10     
- Misses       4092     4228     +136     
- Partials      226      229       +3     
Flag Coverage Δ
unittests 36.88% <ø> (-0.66%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sonichi sonichi requested a review from BeibinLi March 28, 2024 20:04
@sonichi sonichi added the multimodal language + vision, speech etc. label Mar 28, 2024
Copy link

gitguardian bot commented Jul 20, 2024

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

Since your pull request originates from a forked repository, GitGuardian is not able to associate the secrets uncovered with secret incidents on your GitGuardian dashboard.
Skipping this check run and merging your pull request will create secret incidents on your GitGuardian dashboard.

🔎 Detected hardcoded secret in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
10404662 Triggered Generic CLI Secret 5cb10b2 .github/workflows/dotnet-release.yml View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@ekzhu ekzhu changed the base branch from main to 0.2 October 2, 2024 18:30
@ekzhu
Copy link
Collaborator

ekzhu commented Oct 2, 2024

Having some text description around your code blocks would help a lot with readability of this notebook

@jackgerrits jackgerrits added the 0.2 Issues which were filed before re-arch to 0.4 label Oct 4, 2024
@rysweet rysweet added the awaiting-op-response Issue or pr has been triaged or responded to and is now awaiting a reply from the original poster label Oct 10, 2024
@rysweet
Copy link
Collaborator

rysweet commented Oct 11, 2024

@kinnym - I updated the branch to the latest - please see above comment and address if you want to bring this forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.2 Issues which were filed before re-arch to 0.4 awaiting-op-response Issue or pr has been triaged or responded to and is now awaiting a reply from the original poster multimodal language + vision, speech etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants