We call it AIM and this stands for Artificial Intelligence Machine. The Object Detection API provides fast and accurate image object recognition using advanced neural networks developed by machine learning experts. https://api-ninjas.com/api/objectdetection https://github.com/maxkleiner/HttpComponent After you got you API-Key (API Key associated with your account) we need a httpcomponent of classes which are enable to postContinue reading “Object Detection API”
Tag Archives: javascript
Multicode Programming
maXbox Starter 119 — Get a different step Solution. origin from: https://maxkleiner1.medium.com/multicode-programming-4e476ebc6004 “Code behaves like recording — recoding from brain to tool. Source: 393_QRCode5_64TXT_211_7_tutor119_2.TXT softwareschule.ch/examples/qrcode8.txt Sometimes life is like playing with us: You write some code that solves a problem, and then someone comes along and makes the problem harder. Here’s how to continuously integrateContinue reading “Multicode Programming”
The Mystery of IStream
For clarity and safety, the IStream object defined in the Delphi Visual Component Library (VCL) is a dynamic object that doesn’t have any methods, procedures, functions, events, listener etc… until these methods are defined in your code. The IStream Object will publish these methods correctly for external COM objects expecting an IStream interface. For exampleContinue reading “The Mystery of IStream”