1 repository
Non-blocking execution patterns specifically for returning results from long-running machine learning predictions.
Distinct from Asynchronous Callbacks: Distinct from general data exchange callbacks by focusing on ML inference result triggers.
Explore 1 awesome GitHub repository matching data & databases · Asynchronous Model Callbacks. Refine with filters or upvote what's useful.
ml5-library is a JavaScript machine learning library that functions as a browser-based inference engine. It provides a high-level wrapper for implementing neural networks and data models, allowing users to execute machine learning predictions directly on the client side. The library simplifies the integration of machine learning into web applications and creative coding projects by removing the requirement for deep mathematical expertise. It specifically enables web-based image classification through the use of pretrained deep learning models to identify and label objects within images. The
Implements asynchronous callback functions to handle results from long-running model predictions without blocking the browser.