namable-classify


Namenamable-classify JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/2catycm/NamableClassify
SummaryNone
upload_time2024-11-13 11:57:50
maintainerNone
docs_urlNone
author叶璨铭
requires_python>=3.7
licenseApache Software License 2.0
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NamableClassify


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

> “名可名,非常名。无名,天地之始; 有名,万物之母。” —— 《道德经》

> “The names that are given to the namable, are not the enduring and
> unchanging nature of the namable.
>
> The unnamable (, which is the nature of the namable, ) is considered
> as the beginning of the world;
>
> the namable (names, in contrast), we attribute them to be the mother
> of (guiding us to learn and recognize) all things.” —— “Dao De Jing
> (Classic of the Way and Virtue)”

> “A thing is a thing; not what is said of that thing.” —— “Birdman”

In this library, we are focusing on the Image Classification task, which
requires the AI model to classify images into different preset names
(categories).

We believe this is the beginning how we can train AI models and guide
them to know the world, because as you can see since from the `ImageNet`
competition, the performance of AI models has been improving
significantly, with the rapid development of deep learning techniques,
resulting in the advancement of artificial intelligence.

That’s why we named our library the `NamableClassify`, borrowing the
“Old Master” ’s philosophy.

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you
started.

### Install NamableClassify in Development mode

``` sh
# make sure NamableClassify package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to NamableClassify
$ nbdev_prepare
```

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/2catycm/NamableClassify):

``` sh
$ pip install git+https://github.com/2catycm/NamableClassify.git
```

or from [conda](https://anaconda.org/2catycm/namable_classify)

``` sh
$ conda install -c 2catycm namable_classify
```

or from [pypi](https://pypi.org/project/namable_classify/)

``` sh
$ pip install namable_classify
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/2catycm/NamableClassify)’s
[pages](https://2catycm.github.io/NamableClassify/). Additionally you
can find package manager specific guidelines on
[conda](https://anaconda.org/2catycm/namable_classify) and
[pypi](https://pypi.org/project/namable_classify/) respectively.

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

    2

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/2catycm/NamableClassify",
    "name": "namable-classify",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "nbdev jupyter notebook python",
    "author": "\u53f6\u74a8\u94ed",
    "author_email": "ycm24@mails.tsinghua.edu.cn",
    "download_url": "https://files.pythonhosted.org/packages/31/a3/8f83d7761e1c7e6514eccd840145eadaa685cff4ed98dc83a10a40d9cc47/namable_classify-0.0.2.tar.gz",
    "platform": null,
    "description": "# NamableClassify\n\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n> \u201c\u540d\u53ef\u540d\uff0c\u975e\u5e38\u540d\u3002\u65e0\u540d\uff0c\u5929\u5730\u4e4b\u59cb; \u6709\u540d\uff0c\u4e07\u7269\u4e4b\u6bcd\u3002\u201d \u2014\u2014 \u300a\u9053\u5fb7\u7ecf\u300b\n\n> \u201cThe names that are given to the namable, are not the enduring and\n> unchanging nature of the namable.\n>\n> The unnamable (, which is the nature of the namable, ) is considered\n> as the beginning of the world;\n>\n> the namable (names, in contrast), we attribute them to be the mother\n> of (guiding us to learn and recognize) all things.\u201d \u2014\u2014 \u201cDao De Jing\n> (Classic of the Way and Virtue)\u201d\n\n> \u201cA thing is a thing; not what is said of that thing.\u201d \u2014\u2014 \u201cBirdman\u201d\n\nIn this library, we are focusing on the Image Classification task, which\nrequires the AI model to classify images into different preset names\n(categories).\n\nWe believe this is the beginning how we can train AI models and guide\nthem to know the world, because as you can see since from the `ImageNet`\ncompetition, the performance of AI models has been improving\nsignificantly, with the rapid development of deep learning techniques,\nresulting in the advancement of artificial intelligence.\n\nThat\u2019s why we named our library the `NamableClassify`, borrowing the\n\u201cOld Master\u201d \u2019s philosophy.\n\n## Developer Guide\n\nIf you are new to using `nbdev` here are some useful pointers to get you\nstarted.\n\n### Install NamableClassify in Development mode\n\n``` sh\n# make sure NamableClassify package is installed in development mode\n$ pip install -e .\n\n# make changes under nbs/ directory\n# ...\n\n# compile to have changes apply to NamableClassify\n$ nbdev_prepare\n```\n\n## Usage\n\n### Installation\n\nInstall latest from the GitHub\n[repository](https://github.com/2catycm/NamableClassify):\n\n``` sh\n$ pip install git+https://github.com/2catycm/NamableClassify.git\n```\n\nor from [conda](https://anaconda.org/2catycm/namable_classify)\n\n``` sh\n$ conda install -c 2catycm namable_classify\n```\n\nor from [pypi](https://pypi.org/project/namable_classify/)\n\n``` sh\n$ pip install namable_classify\n```\n\n### Documentation\n\nDocumentation can be found hosted on this GitHub\n[repository](https://github.com/2catycm/NamableClassify)\u2019s\n[pages](https://2catycm.github.io/NamableClassify/). Additionally you\ncan find package manager specific guidelines on\n[conda](https://anaconda.org/2catycm/namable_classify) and\n[pypi](https://pypi.org/project/namable_classify/) respectively.\n\n## How to use\n\nFill me in please! Don\u2019t forget code examples:\n\n``` python\n1+1\n```\n\n    2\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": null,
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/2catycm/NamableClassify"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4a207827c072c4ca026b8cad3242451035fe69b796e7bfb6f3625306114721b",
                "md5": "5e7cde9be26133323dd714c38c76a7c3",
                "sha256": "b9abde1a8a931ab1ad7bbe282c5e66082da6062aa9876ef2b91d75ae442d4cf7"
            },
            "downloads": -1,
            "filename": "namable_classify-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e7cde9be26133323dd714c38c76a7c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 31427,
            "upload_time": "2024-11-13T11:57:48",
            "upload_time_iso_8601": "2024-11-13T11:57:48.222568Z",
            "url": "https://files.pythonhosted.org/packages/d4/a2/07827c072c4ca026b8cad3242451035fe69b796e7bfb6f3625306114721b/namable_classify-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31a38f83d7761e1c7e6514eccd840145eadaa685cff4ed98dc83a10a40d9cc47",
                "md5": "7c7c63cf3f8f9720e6059584fb7c8b3e",
                "sha256": "3732790ca8dab5c390e60cb326174649e0ce22892a26718f83b891c98cde988c"
            },
            "downloads": -1,
            "filename": "namable_classify-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7c7c63cf3f8f9720e6059584fb7c8b3e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 29199,
            "upload_time": "2024-11-13T11:57:50",
            "upload_time_iso_8601": "2024-11-13T11:57:50.061182Z",
            "url": "https://files.pythonhosted.org/packages/31/a3/8f83d7761e1c7e6514eccd840145eadaa685cff4ed98dc83a10a40d9cc47/namable_classify-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 11:57:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "2catycm",
    "github_project": "NamableClassify",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "namable-classify"
}
        
Elapsed time: 0.65776s