Discover Plotly
In this short tuto, we will discover the Plotly data visualization library and we’ll pratice this library through hands on
All to understand and practice A.I. in a simple way
In this short tuto, we will discover the Plotly data visualization library and we’ll pratice this library through hands on
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 not to go into the details of the implementation of this neural network (much more complex than a simple sequential CNN) but rather to show how to use the implementation which was carried out in C ++ and which is called Darknet.
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 transformers). In and article we will see how to use this API in a few lines …
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 allow you to create an interface for your Machine Learning models. Follow the leader …
In this article you will learn how to easily recover data from a pdf file using Python.
In this post, I suggest you create a web service (RESTFul) in Python which will retrieve an image (JPEG) to analyze and process it in order to return the constituent elements.
122/5000
Interested in OCRs? learn how to use Tesseract (Open Source OCR) from the command line but also via Python.
Discover in this article in the form of a tutorial how this small Open-Source Data-science tool can save you a lot of time!
In this article we will see how to install and especially use the Python Flask micro-framework. very useful for publishing your Machine learning models in REST!