0.0.2 • Published 5 years ago

pixelity.js v0.0.2

Weekly downloads
8
License
MIT
Repository
-
Last release
5 years ago

Pixelity.JS tiene como objetivo hacer que el aprendizaje automático sea accesible para una amplia audiencia programadores. La librería proporciona acceso a modelos y algoritmos de aprendizaje automático en el navegador, construidos sobre TensorFlow.js sin otras dependencias externas.

Interesado en ver PIXELITY.JS en acción? Dirígete a Playground para jugar con la librería!

Por que Pixelity.JS?

PIXELITY.JS es una interfaz amigable de alto nivel para TensorFlow.js, una biblioteca para manejar operaciones matemáticas aceleradas por GPU y administración de memoria para algoritmos de aprendizaje automático.

  • Además, PIXELITY.JS proporciona una API para entrenar nuevos modelos basados en modelos pre-entrenados, así como también capacitación a partir de datos de usuario personalizados.

Caracteristicas

  • Clasificación de texto
  • Framework para crear chatbots
  • Reconocimiento facial
  • Classificación de imágenes
  • Generación de texto

Instalación

git clone https://github.com/pixelitystudios/PIXELITY.JS.git
cd PIXELITY.JS
npm install

Creditos

Licencia

MIT License

Copyright (c) 2018 PIXELITY.JS

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.