nyctodetect

1.0.1 • Public • Published
Verison Downloads Build Version

Introducing NyctoDetect: Image brightness Detection Software

NyctodetectDetect is an innovative software solution designed to accurately assess the brightness level of images based on a given URL. With advanced algorithms and machine learning capabilities, it provides reliable and precise measurements of the brightness or darkness of an image, allowing users to gain valuable insights and enhance their image processing workflows.

Note:
Machine learning and AI provided by Teachable Machine
Dataset gathering project: Nyctodetect Project

Installation

Install with npm:

npm install nyctodetect

Working Example

const nyctodetect = require('nyctodetect')

const imageUrl = 'https://www.ledr.com/colours/white.jp';
nyctodetect(imageUrl);

Be sure to replace the variable imageUrl with the image url you would like to use.

Package Sidebar

Install

npm i nyctodetect

Weekly Downloads

5

Version

1.0.1

License

Apache-2.0

Unpacked Size

4.42 MB

Total Files

10

Last publish

Collaborators

  • bagelwastaken