Kinho


NameKinho JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://github.com/kinhosz/Neural
SummaryA library to classify images with deep learning.
upload_time2023-12-20 16:49:17
maintainer
docs_urlNone
authorKinhosz
requires_python
licenseMIT
keywords dev web
VCS
bugtrack_url
requirements No requirements were recorded.
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "dev,web",
    "author": "Kinhosz",
    "author_email": "scruz.josecarlos@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bf/21/6dde49fb9e81e414e2f4ef08eecfa4d8639f545088523589aa3d44d6ce1d/Kinho-1.1.2.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.1.2",
    "project_urls": {
        "Homepage": "https://github.com/kinhosz/Neural"
    },
    "split_keywords": [
        "dev",
        "web"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b04a50b8dab0f2dde877915d82ca66821f23cd614788659d93056bd0e26ea364",
                "md5": "bb9eadec4e82aef2a5ff19faee594244",
                "sha256": "738bbb441e0a5caf0d49bf498843b5dcfe821f1988f2302e831e1a53e274eab7"
            },
            "downloads": -1,
            "filename": "Kinho-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb9eadec4e82aef2a5ff19faee594244",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 40089,
            "upload_time": "2023-12-20T16:49:16",
            "upload_time_iso_8601": "2023-12-20T16:49:16.635248Z",
            "url": "https://files.pythonhosted.org/packages/b0/4a/50b8dab0f2dde877915d82ca66821f23cd614788659d93056bd0e26ea364/Kinho-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf216dde49fb9e81e414e2f4ef08eecfa4d8639f545088523589aa3d44d6ce1d",
                "md5": "1a4d0b60e963d15acffb61c3b201c071",
                "sha256": "838321c561854d9d4f5f80fbc6f1f5f886513ecc70d5991a3fca5c2a78fbb0ae"
            },
            "downloads": -1,
            "filename": "Kinho-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1a4d0b60e963d15acffb61c3b201c071",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19138,
            "upload_time": "2023-12-20T16:49:17",
            "upload_time_iso_8601": "2023-12-20T16:49:17.811644Z",
            "url": "https://files.pythonhosted.org/packages/bf/21/6dde49fb9e81e414e2f4ef08eecfa4d8639f545088523589aa3d44d6ce1d/Kinho-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-20 16:49:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kinhosz",
    "github_project": "Neural",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "kinho"
}
        
Elapsed time: 0.15538s