Kinho


NameKinho JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/kinhosz/Neural
SummaryA library to classify images with deep learning.
upload_time2024-09-21 17:24:36
maintainerNone
docs_urlNone
authorKinhosz
requires_pythonNone
licenseMIT
keywords dev web
VCS
bugtrack_url
requirements matplotlib numba numpy pytest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kinhosz/Neural",
    "name": "Kinho",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "dev, web",
    "author": "Kinhosz",
    "author_email": "scruz.josecarlos@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ae/73/944cf352c130f0affc6fa76a76aef1be120cf812379f70741aa346bae6fc/kinho-1.2.0.tar.gz",
    "platform": null,
    "description": "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.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library to classify images with deep learning.",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/kinhosz/Neural"
    },
    "split_keywords": [
        "dev",
        " web"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6cfa857355a2f3ec30a8040de331f618e55fc5895f28e5eb59882ca37063ab8",
                "md5": "3986cd9a123b731c0d8b57e9c51f34ed",
                "sha256": "74631982a31885cefc360fe55868067b3a7ea5bbc9d1d214935e6129369c3796"
            },
            "downloads": -1,
            "filename": "Kinho-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3986cd9a123b731c0d8b57e9c51f34ed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 40176,
            "upload_time": "2024-09-21T17:24:35",
            "upload_time_iso_8601": "2024-09-21T17:24:35.546051Z",
            "url": "https://files.pythonhosted.org/packages/b6/cf/a857355a2f3ec30a8040de331f618e55fc5895f28e5eb59882ca37063ab8/Kinho-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae73944cf352c130f0affc6fa76a76aef1be120cf812379f70741aa346bae6fc",
                "md5": "77f6e9418d1bca18174473a859e1489a",
                "sha256": "274f07c39a2ce1fb6d954480c2912a2c1d87982353796e9335f954fa46996076"
            },
            "downloads": -1,
            "filename": "kinho-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "77f6e9418d1bca18174473a859e1489a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19423,
            "upload_time": "2024-09-21T17:24:36",
            "upload_time_iso_8601": "2024-09-21T17:24:36.844747Z",
            "url": "https://files.pythonhosted.org/packages/ae/73/944cf352c130f0affc6fa76a76aef1be120cf812379f70741aa346bae6fc/kinho-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-21 17:24:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kinhosz",
    "github_project": "Neural",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "matplotlib",
            "specs": [
                [
                    "==",
                    "3.8.2"
                ]
            ]
        },
        {
            "name": "numba",
            "specs": [
                [
                    "==",
                    "0.57.1"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.24.3"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "7.4.3"
                ]
            ]
        }
    ],
    "lcname": "kinho"
}
        
Elapsed time: 0.73977s