-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
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
Added voice feedback feature using pyttsx3, which is an offline text-to-speech library. #13351
base: master
Are you sure you want to change the base?
Conversation
I have read the CLA Document and I sign the CLA 1 out of 2 committers have signed the CLA. |
π Hello @ParthDA, thank you for submitting a π PR to the
For further guidance, please refer to our Contributing Guide. Feel free to leave any questions or comments. Thank you for enhancing YOLOv5 with new capabilities! ππ’ |
I have read the CLA Document and I hereby sign the CLA. |
@ParthDA thank you for signing the CLA! Your contribution is appreciated. If you have any questions, feel free to ask. |
Your bot is tagging the wrong people and it's a nuisance |
Thank you for bringing this to our attention. Please ensure you're using the latest version of the package, as updates may resolve this issue. If the problem persists, feel free to provide more details so we can assist further. |
π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
π Summary
Added text-to-speech functionality to YOLOv5 detections using pyttsx3.
π Key Changes
pyttsx3
library intodetect.py
for text-to-speech capabilities.requirements.txt
to includepyttsx3
.π― Purpose & Impact