generated from ryansonshine/typescript-npm-package-template
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Puneet Bhatt edited this page Dec 19, 2023
·
2 revisions
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
.
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