JSPM

nyctodetect

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q17232F
  • License Apache-2.0

An Ai image brightness detection tool

Package Exports

  • nyctodetect
  • nyctodetect/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nyctodetect) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.