1.0.1 • Published 10 months ago

nyctodetect v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

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.