Skip to content
Puneet Bhatt edited this page Dec 19, 2023 · 2 revisions

merlin-node

merlin-node is a Node.js client package for easy interaction with the Merlin APIs, allowing users to access various machine learning models for vision and language tasks. This README will guide you through installation, configuration, and usage of merlin-node.

Installation

To install the merlin-node package, run the following command in your terminal:

npm install merlin-node --save

or if you prefer using yarn:

yarn add merlin-node