-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
U/kinnym/multimodalwork #2090
Conversation
…Pro-Vision model for reading the frames and AI generation.
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
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
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- 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
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 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.
Having some text description around your code blocks would help a lot with readability of this notebook |
@kinnym - I updated the branch to the latest - please see above comment and address if you want to bring this forward. |
@kinnym - no activity here in months - we are closing this PR - feel free to reopen it if you would like to continue working on it. |
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.