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

Voice-To-Text Feature in Chat Bot #1010

Merged
merged 2 commits into from
Oct 27, 2024

Conversation

Diya050
Copy link
Contributor

@Diya050 Diya050 commented Oct 21, 2024

Description

Implemented a Voice-to-Text feature in Chat Bot using the Web Speech API to improve user accessibility and interaction within the AmbuFlow App.

Resolved #1059 Issue


Key Changes:

  • Added a microphone button that allows users to interact with Chat Bot via speech.
  • Integrated real-time transcription to fill input fields automatically, enabling users to provide details hands-free.

Use Case:

This enhancement facilitates quicker and more efficient communication for patients and caregivers, especially in emergency situations where typing may be challenging.

Screenshots

Screenshot from 2024-10-21 23-17-10
Screenshot from 2024-10-21 23-17-31

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist

  • I have read the contributing document.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added necessary tests to ensure my changes are effective.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

Overview: Implemented a Voice-to-Text feature using the Web Speech API to improve user accessibility and interaction within the Ambulance App.

Added a microphone icon/button that allows users to input their location and medical information via speech.

Integrated real-time transcription to fill input fields automatically, enabling users to provide details hands-free.

This enhancement facilitates quicker and more efficient communication for patients and caregivers, especially in emergency situations where typing may be challenging.
Copy link

vercel bot commented Oct 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bobble-ai-rcmb ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 6:24pm

Copy link

👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!

Feel free to join our community on Discord to discuss more!

@mansiruhil
Copy link
Owner

issue no

@mansiruhil
Copy link
Owner

and some minor changes done, can you please check your code again. so that this pr don't make any blunder

@Diya050
Copy link
Contributor Author

Diya050 commented Oct 24, 2024

issue no

Resolved #1059 issue

@Diya050
Copy link
Contributor Author

Diya050 commented Oct 24, 2024

and some minor changes done, can you please check your code again. so that this pr don't make any blunder

I've reviewed the code thoroughly. All changes are working as expected, and I've ensured that no blunders will occur. Please feel free to review it again, and let me know if you notice anything else!

@mansiruhil mansiruhil merged commit 1ab4455 into mansiruhil:main Oct 27, 2024
2 checks passed
Copy link

🚀 Thank you for your contribution! This pull request has been closed. If you have any questions or need further assistance, feel free to reach out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Adding a Voice-to-Text Feature in Chat Bot
2 participants