Real time object detection using your voice
Eran Feit
This is a real time object detection based on using your own voice. In this Python object detection tutorial we will build a recognition project using OpenCV and convert the detected text into speech. This is based on Python, Open-CV , Jetson-inference and gTTS
You can find the code here : https://github.com/feitgemel/Object-Detection
I am using this Python library for converting the text to speech https://pypi.org/project/gTTS/
I am using one of these desktop cameras in my projects : Logitech C270 , Simple and basic camera : https://amzn.to/3gd3cGi Logitech HD Pro Webcam C920 , A very good camera : https://amzn.to/3CZPznW Most of my projects are done using Jetson Nano developer kit : https://amzn.to/2W4KKJk A more cheaper model is the Jetson Nano 2GB Developer Kit : https://amzn.to/3mdYjRq I am using a Samsung memory card : https://amzn.to/2W4oD5K
I recommend the following edition of the best-selling Python book in the world. A real fast-paced, no-nonsense guide to programming in Python The link for Amazon : https://amzn.to/3A7DECz
Another book is this excellent deep learning, Tensor flow and Keras book. Deep Learning is a complicated subject that is often difficult to explain and implement. In this book, Antonio Gulli, Dr Amita Kapoor, and Sujit Pal provide an effective overview of DL basics but also cover advanced topics for real-life implementations of DL and ML systems. I like this book and we plan to use this book in the next cohort of my course at the University of Oxford. The Amazon link for this wonderful book : https://amzn.to/3z4Rrs6
Another well written book with excellent examples and a good tour of the basics to understand image processing and computer vision. Great place to start : https://amzn.to/3zAqKwI
I am using this Python library for converting the text to speech https://pypi.org/project/gTTS/
Music credits : Ikson - Paradise https://soundcloud.com/ikson/paradise-free-download
#OpenCV #ObjectDetection
#Python
8476365 Bytes