Metadata-Version: 2.4
Name: Kinho
Version: 1.3.1
Summary: A library to classify images with deep learning.
Home-page: https://github.com/kinhosz/Neural
Author: Kinhosz
Author-email: scruz.josecarlos@gmail.com
License: MIT
Keywords: dev,web
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: GPU
Classifier: Environment :: GPU :: NVIDIA CUDA
Classifier: Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Image Recognition
License-File: LICENSE
Requires-Dist: numba==0.57.1
Requires-Dist: numpy==1.24.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

The library features the "Neural" model, which is a Convolutional Neural Network (CNN) for image classification. It supports both CPU and GPU, providing excellent performance for large networks. You can also export and import Deep models and continue training on other machines. The exported file is generated in the ".brain" format, which is a proprietary data type of this project. For more information, please visit our repository.
