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

colab #13047

Closed
wants to merge 1 commit into from
Closed

colab #13047

wants to merge 1 commit into from

Conversation

Leedong414
Copy link

@Leedong414 Leedong414 commented May 28, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

The PR introduces an interactive Google Colab notebook integrating voice commands to execute YOLOv5 object detection.

πŸ“Š Key Changes

  • A new Jupyter notebook titled Untitled1.ipynb was added.
  • The notebook includes steps to mount Google Drive, install and import necessary libraries like gtts for Google Text-to-Speech, and pyaudio & speech_recognition for audio processing.
  • It features a function to convert text to speech in Korean, save the audio, and later recognize speech from saved audio files to trigger object detection tasks using pre-trained YOLOv5 models.
  • The PR showcases an example where object detection is executed based on voice command recognition output.

🎯 Purpose & Impact

  • Purpose: Streamline the use of YOLOv5 for object detection by enabling voice command activation, making it more accessible and user-friendly, especially for Korean-speaking users.
  • Impact: Simplifies the process for users to engage with YOLOv5 object detection tasks without the need for manual script execution. This innovation may enhance the user experience, particularly in interactive environments or applications where hands-free operation is desirable. πŸš€πŸŽ€

Copy link
Contributor


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@Leedong414
Copy link
Author

colab

@Leedong414 Leedong414 closed this May 28, 2024
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ‘‹ Hello @Leedong414, thank you for submitting a YOLOv5 πŸš€ PR! To allow your work to be integrated as seamlessly as possible, we advise you to:

  • βœ… Verify your PR is up-to-date with ultralytics/yolov5 master branch. If your PR is behind you can update your code by clicking the 'Update branch' button or by running git pull and git merge master locally.
  • βœ… Verify all YOLOv5 Continuous Integration (CI) checks are passing.
  • βœ… Reduce changes to the absolute minimum required for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." β€” Bruce Lee

@glenn-jocher
Copy link
Member

Hi there! πŸ‘‹

Thanks for your interest in using YOLOv5 with Google Colab. You can easily get started with our Colab Notebook, which provides a browser-based experience for running YOLOv5. This setup is perfect for quick experiments and leveraging free GPU resources.

If you need further guidance, please refer to our Google Cloud Quickstart Tutorial, which also includes steps for Colab.

Happy coding! πŸš€

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

Successfully merging this pull request may close these issues.

None yet

2 participants