fbpixel
Shape and color recognition with Python

Shape and color recognition with Python

, The OpenCV library is used for image processing, in particular shape and color recognition. The library has acquisition functions and image processing algorithms that make image recognition fairly straightforward, without the need for artificial intelligence. This...
Stream video from a Raspberry Pi to a web browser

Stream video from a Raspberry Pi to a web browser

, , , In this tutorial, we’ll look at how to stream video from a PiCam on a Raspberry Pi to a web browser. When a camera is connected to a Raspberry Pi, it’s important to be able to access it from anywhere. To do this, you need to set up a server and send...
Create your image bank with Python

Create your image bank with Python

, , To train a neural network in object detection and recognition, you need an image bank to work with. We’ll see how to download a large number of images from Google using Python. To train a neural network, you need a large amount of data. The more data, the...
eSpeak voice synthesizer on Raspberry Pi

eSpeak voice synthesizer on Raspberry Pi

You can turn your Raspberry Pi into an intelligent assistant by using a voice synthesizer like eSpeak. Thanks to this tutorial, you’ll be able to make your robot or application talk. Hardware Raspberry Pi 3 avec Raspberry Pi OS Internet connection and remote...
Object recognition with Python

Object recognition with Python

, , In this tutorial, we’ll look at how to perform object recognition with Python, using a neural network pre-trained with deep learning. We saw in a previors tutorial how to recognize simple shapes using computer vision. This method only works for certain...