In this short tuto, we will discover the Plotly data visualization library and we’ll pratice this library through hands on
In this article we will see a trick that reduces the scope of object detection using YOLO v4.
In my previous articles on YOLO we saw how to use this network … but when we apply this algorithm on complex images we quickly …
In this article we will see step by step how to use the YOLO neural network with its implementation in OpenCV. Follow the guide 😉
Who has never heard about “Citizen development”? in this short post I am trying to counteract this trend by positioning above the current limits and …
We will see in this article, how with the YOLO neural network we can very simply detect several objects in a photo. The objective is …
NLPCloud.io is an API for easily using NLP in production. The API is based on the pre-trained models of spaCy and Hugging Face (based on …
In this tutorial, I invite you to discover a small open source framework that is very easy to set up and use and which will …
In this article we will discuss the concept of Transfer Learning … or how to avoid redoing long and consuming learning by partially reusing a …
I propose in this article to create a convolutional neural network to do NLP, and for the data I will use a dataset that you …
Image Processing

- Part 1: The digital representation
- Part 2: The histogram
- Part 3: Thresholding
- Part 4: Transformations
- Part 5: Morphologic transformations
- Part 6: Filters & convolution
- Part 7: CNN
YOLO Object detection

- Part 1: Introduction to YOLO with Darknet
- Part 2: YOLO with OpenCV
- Part 3: YOLO & Non Maxima Suppression (NMS)
- Part 4: Reduce detected classes