
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
Roboflow makes computer vision accessible to all developers. https://roboflow.com
This project is under active development, use at your own risk
The node module is currently a very basic wrapper around roboflow API endpoints.
You can use it like so:
const roboflow = require("roboflow");
const workspaceInfo = roboflow.getWorkspace(workspaceUrl, apiKey);
It currently includes the following functions, which are implemented in api.js:
getWorkspace(workspaceUrl, apiKey)getProject(workspaceUrl, projectUrl, apiKey)getVersion(workspaceUrl, projectUrl, version, apiKey)getFormat(workspaceUrl, projectUrl, version, format, apiKey)uploadImage(filepath, projectUrl, apiKey, options)detectObject(filepath, modelUrl, apiKey, options)classify(filepath, modelUrl, apiKey)instanceSegmentation(filepath, modelUrl, apiKey)semanticSegmentation(filepath, modelUrl, apiKey)embedImage(filepath, apiKey)embedText(text, apiKey)The repo includes a series of jest tests to make sure the api wrapper functions work as expected. To run the tests you must setup a .env file with the following variables and run npm run test:
apiKey a valid roboflow api keyworkspace a valid roboflow workspace which can be accessed with the given apiKeyproject a valid roboflow project within the given workspaceversion a valid version of the given roboflow project which has a model trainedtestImage the relative path to a test image inside the __tests__ directory such as test.jpegFAQs
Roboflow.com node module
The npm package roboflow receives a total of 485 weekly downloads. As such, roboflow popularity was classified as not popular.
We found that roboflow demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.