-
-
Notifications
You must be signed in to change notification settings - Fork 743
Add NLP + ASR Agent (Official BERT Large + Whisper Large V3) #633
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
Add NLP + ASR Agent (Official BERT Large + Whisper Large V3) #633
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (2)
You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||||
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 17682666 | Triggered | Generic High Entropy Secret | 9ff2180 | src/praisonai-agents/test_posthog_import.py | 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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #633 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 22 22
Lines 1980 1980
=====================================
Misses 1980 1980
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
User description
BERT + Whisper Agent combines speech recognition and natural language understanding in a lightweight Colab environment.
It uses Whisper to transcribe audio into text and BERT to generate semantic embeddings for intelligent downstream tasks.
Ideal for building voice-driven NLP applications like semantic search, classification, and context-aware assistants.
PR Type
enhancement, documentation
Description
Introduces a new agent combining BERT Large and Whisper Large V3.
Adds example notebooks demonstrating agent usage.
Changes walkthrough 📝
bert_whisper_agent.ipynb
Example notebook for BERT + Whisper Large V3 agentexamples/cookbooks/bert_whisper_agent.ipynb
MistralTechAgent.ipynb
Example notebook for MistralTechAgentexamples/cookbooks/MistralTechAgent.ipynb