Quickstart
Features
Detect and extractoc bouding box entities from pictures.
How to use :
from imlab import iml
result=iml(image)
for bouding_box,classe in result:
print(classe)
Note
You can use a custom model and display the picture with its bouding box with the arg show=True
How to run into cli:
imlab image --show