orange3-imagenets


Nameorange3-imagenets JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryA collection of Orange3 widgets for training and applying neural networks to images
upload_time2025-07-20 18:07:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseCC-BY-NC-SA-4.0
keywords orange3 add-on
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # orange3-imagenets

This provides a collection of widgets for training and applying neural networks to images.

## Installation

Within the Add-ons installer, click on "Add more..." and type in orange3-imagenets

## Widgets

### ImageNet Builder

![Basic training workflow](imgs/training-workflow.png)

You can build a Keras model by adding layers and moving them around.

![Simple CNN with Dense(2) output](imgs/simple-cnn-builder.png)

![Training graph](imgs/training-graph.png)

![Saving the ImageNet model](imgs/save-model.png)

### Using the ImageNet

![Basic classification workflow](imgs/classify-workflow.png)

Load the image net from a saved file.

![Loading the model](imgs/load-model.png)

![Viewing the classification results](imgs/classified-data-table.png)



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "orange3-imagenets",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "orange3 add-on",
    "author": null,
    "author_email": "Chris Lee <github@chrislee.dhs.org>",
    "download_url": "https://files.pythonhosted.org/packages/da/5a/a68bf6bad89e9e6a88cbbd47bac06053de4f3392aca37c43b1769b4ee194/orange3_imagenets-0.0.2.tar.gz",
    "platform": null,
    "description": "# orange3-imagenets\n\nThis provides a collection of widgets for training and applying neural networks to images.\n\n## Installation\n\nWithin the Add-ons installer, click on \"Add more...\" and type in orange3-imagenets\n\n## Widgets\n\n### ImageNet Builder\n\n![Basic training workflow](imgs/training-workflow.png)\n\nYou can build a Keras model by adding layers and moving them around.\n\n![Simple CNN with Dense(2) output](imgs/simple-cnn-builder.png)\n\n![Training graph](imgs/training-graph.png)\n\n![Saving the ImageNet model](imgs/save-model.png)\n\n### Using the ImageNet\n\n![Basic classification workflow](imgs/classify-workflow.png)\n\nLoad the image net from a saved file.\n\n![Loading the model](imgs/load-model.png)\n\n![Viewing the classification results](imgs/classified-data-table.png)\n\n\n",
    "bugtrack_url": null,
    "license": "CC-BY-NC-SA-4.0",
    "summary": "A collection of Orange3 widgets for training and applying neural networks to images",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/chrislee35/orange3-imagenets"
    },
    "split_keywords": [
        "orange3",
        "add-on"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "47cdd0dafdd16e83ebaa6b54ca2792d2adbab864414e02afff32c4c98d50b782",
                "md5": "d845f02e016435417a38505f40b8511c",
                "sha256": "ece0b54493060864e75ab4b8cd10216aced0844cc6b91e7f5857eb802c556423"
            },
            "downloads": -1,
            "filename": "orange3_imagenets-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d845f02e016435417a38505f40b8511c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 43759,
            "upload_time": "2025-07-20T18:07:54",
            "upload_time_iso_8601": "2025-07-20T18:07:54.512638Z",
            "url": "https://files.pythonhosted.org/packages/47/cd/d0dafdd16e83ebaa6b54ca2792d2adbab864414e02afff32c4c98d50b782/orange3_imagenets-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "da5aa68bf6bad89e9e6a88cbbd47bac06053de4f3392aca37c43b1769b4ee194",
                "md5": "3fe2895e351e5e6813e064005ed6fee0",
                "sha256": "a5184c232f30e6435cd9f621ea53dbb92677b76e0a733ae7773f1b9940651739"
            },
            "downloads": -1,
            "filename": "orange3_imagenets-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3fe2895e351e5e6813e064005ed6fee0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 28329,
            "upload_time": "2025-07-20T18:07:55",
            "upload_time_iso_8601": "2025-07-20T18:07:55.774171Z",
            "url": "https://files.pythonhosted.org/packages/da/5a/a68bf6bad89e9e6a88cbbd47bac06053de4f3392aca37c43b1769b4ee194/orange3_imagenets-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-20 18:07:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chrislee35",
    "github_project": "orange3-imagenets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "orange3-imagenets"
}
        
Elapsed time: 0.57614s