1.0.6 • Published 3 years ago

tamayo v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Fast node library which implements many hashing algorithms and media manipulation bindings into a friendly API which discards the use of ML (Machine Learning) for image semelliance level classsification trough the use of pure math.

šŸ“’ Check our Documentation!

Give it a try 🌸

npm i tamayo

šŸ–¼ļø It's simple as:

import { compare } from  'tamayo';

async function someFunction() {
const result = await compare('./example.png', './example2.png', { humanize: true });
// => { distance: 'different', hash: { hashA: '...', hashB: '...' } }
}

šŸ“ ToDo List - Please, contribute!

  • Implement Dhash (Difference Hash)

  • Cleanup code & comments

  • Publish first release to GitHub

  • Make it able to be posted in NPM

  • Publish first release to NPM

  • Full Typescript conversion

  • Ensure support for cross-comparisons between strings and buffers

  • Implement pHash (Perceptual Hash)

  • Modernize our code's structure - x Function to Class structure conversion - x Convert algorithm functions to classes - x Assert typings to algorithms - x Humanize comparison results

  • Write a detailed documentation

  • First Tamayo's major release
1.0.6

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago