imoc


Nameimoc JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryImage classifier model that automate every steps in image classification
upload_time2023-07-07 06:34:21
maintainer
docs_urlNone
authorNikhil
requires_python
licenseMIT
keywords image detection machine learning computer visionn
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This library can be used for any simple image classification problems, You only have to give the data path, #of epochs, and
if you have any model that you created you can give that also (if none given the model if use it's own model).
1. After importing the library create a object of it by providing the path of the data and other parameters.
2. Then call the create_model function with the object.
3. Then the library will starts to work starting with cleaning the data by checking for any unsupported or duplicated files
   and deleting them.
4. After cleanig it will preprocessing the images and splits it to train/test/validation, and it also plots the images 
   according to the classes
5. The if no model is provided it will create it's own model for traning.
6. And Starts to train for the #of epochs given (default=70).
7. You can use the funtion plot_performance() to plot the model loss and accuracy growth.
8. model_evaluation() function evaluate the model based on the test data.
9. And you can use the function predict() to predict any new values.
10. And to save the model use model_save() function

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "imoc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "image detection,machine learning,computer visionn",
    "author": "Nikhil",
    "author_email": "thalappallinikhil@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/55/b0/9fe641d12bfc7bfb72dead07a6fb13fa247a3a6cc32a2905382afd2faaf2/imoc-0.0.1.tar.gz",
    "platform": null,
    "description": "This library can be used for any simple image classification problems, You only have to give the data path, #of epochs, and\r\nif you have any model that you created you can give that also (if none given the model if use it's own model).\r\n1. After importing the library create a object of it by providing the path of the data and other parameters.\r\n2. Then call the create_model function with the object.\r\n3. Then the library will starts to work starting with cleaning the data by checking for any unsupported or duplicated files\r\n   and deleting them.\r\n4. After cleanig it will preprocessing the images and splits it to train/test/validation, and it also plots the images \r\n   according to the classes\r\n5. The if no model is provided it will create it's own model for traning.\r\n6. And Starts to train for the #of epochs given (default=70).\r\n7. You can use the funtion plot_performance() to plot the model loss and accuracy growth.\r\n8. model_evaluation() function evaluate the model based on the test data.\r\n9. And you can use the function predict() to predict any new values.\r\n10. And to save the model use model_save() function\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Image classifier model that automate every steps in image classification",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "image detection",
        "machine learning",
        "computer visionn"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0dfdeb066f4cb408034cd6378adb15a5e002c2a6acc8328905638da3ebd37f0b",
                "md5": "3d55d533b11c04d2fb07c36796ad6435",
                "sha256": "673d3de717aa572f6b5636913b8c6247f629b158ea12bf8736d7a68d407694c8"
            },
            "downloads": -1,
            "filename": "imoc-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d55d533b11c04d2fb07c36796ad6435",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5176,
            "upload_time": "2023-07-07T06:34:19",
            "upload_time_iso_8601": "2023-07-07T06:34:19.691518Z",
            "url": "https://files.pythonhosted.org/packages/0d/fd/eb066f4cb408034cd6378adb15a5e002c2a6acc8328905638da3ebd37f0b/imoc-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55b09fe641d12bfc7bfb72dead07a6fb13fa247a3a6cc32a2905382afd2faaf2",
                "md5": "fb2cec66bcd80f2432f3d414e2a2f997",
                "sha256": "37854cd8e371f08ec168f077837f4cabedba7e494a4aaedf340846e78ba486b6"
            },
            "downloads": -1,
            "filename": "imoc-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fb2cec66bcd80f2432f3d414e2a2f997",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4920,
            "upload_time": "2023-07-07T06:34:21",
            "upload_time_iso_8601": "2023-07-07T06:34:21.299683Z",
            "url": "https://files.pythonhosted.org/packages/55/b0/9fe641d12bfc7bfb72dead07a6fb13fa247a3a6cc32a2905382afd2faaf2/imoc-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-07 06:34:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "imoc"
}
        
Elapsed time: 0.09124s