{"id":45573102,"url":"https://github.com/maet3608/nuts-ml","last_synced_at":"2026-02-23T08:27:41.536Z","repository":{"id":57447374,"uuid":"80673696","full_name":"maet3608/nuts-ml","owner":"maet3608","description":"Flow-based data pre-processing for deep learning","archived":false,"fork":false,"pushed_at":"2021-01-06T22:37:18.000Z","size":70525,"stargazers_count":31,"open_issues_count":14,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-26T08:29:43.744Z","etag":null,"topics":["data-preprocessing","data-science","deep-learning","deep-learning-framework","deep-learning-library"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maet3608.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-01T23:04:04.000Z","updated_at":"2024-01-04T16:11:03.000Z","dependencies_parsed_at":"2022-08-29T17:31:14.620Z","dependency_job_id":null,"html_url":"https://github.com/maet3608/nuts-ml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maet3608/nuts-ml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maet3608%2Fnuts-ml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maet3608%2Fnuts-ml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maet3608%2Fnuts-ml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maet3608%2Fnuts-ml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maet3608","download_url":"https://codeload.github.com/maet3608/nuts-ml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maet3608%2Fnuts-ml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29740002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-preprocessing","data-science","deep-learning","deep-learning-framework","deep-learning-library"],"created_at":"2026-02-23T08:27:35.684Z","updated_at":"2026-02-23T08:27:39.034Z","avatar_url":"https://github.com/maet3608.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n.. image:: pics/nutsml_logo.gif\n   :align: center\n\n- `Introduction \u003chttps://maet3608.github.io/nuts-ml/introduction.html\u003e`_\n- `Installation \u003chttps://maet3608.github.io/nuts-ml/installation.html\u003e`_\n- `Tutorial \u003chttps://maet3608.github.io/nuts-ml/tutorial/introduction.html\u003e`_\n- `Documentation \u003chttps://maet3608.github.io/nuts-ml/\u003e`_\n- `Examples \u003chttps://github.com/maet3608/nuts-ml/tree/master/nutsml/examples\u003e`_\n- `Github \u003chttps://github.com/maet3608/nuts-ml\u003e`_\n\n**nuts-ml** is a data pre-processing library for GPU based deep learning\nthat provides common pre-processing functions as independent, reusable units. \nThese so called 'nuts' can be freely arranged to build data flows that \nare efficient, easy to read and modify.\n\nThe following example gives a taste of a **nuts-ml** data-flow that\ntrains a network on image data and prints training loss and accuracy\n\n.. code:: python\n\n   (train_samples \u003e\u003e Stratify(1) \u003e\u003e read_image \u003e\u003e transform \u003e\u003e augment \u003e\u003e \n      Shuffle(100) \u003e\u003e build_batch \u003e\u003e network.train() \u003e\u003e  \n      Print('train loss:{} acc:{}') \u003e\u003e Consume())\n\n**nuts-ml** is based on `nuts-flow \u003chttps://github.com/maet3608/nuts-flow\u003e`_,\nwhich is described `here \u003chttps://maet3608.github.io/nuts-flow/\u003e`_.\n\n.. image:: https://badge.fury.io/py/nutsml.svg\n   :target: https://badge.fury.io/py/nutsml\n\n.. image:: https://img.shields.io/pypi/pyversions/nutsml.svg\n   :target: https://pypi.python.org/pypi/nutsml/\n\n.. image:: https://travis-ci.org/maet3608/nuts-ml.svg?branch=master\n   :target: https://travis-ci.org/maet3608/nuts-ml\n\n.. image:: https://coveralls.io/repos/github/maet3608/nuts-ml/badge.png?branch=master\n   :target: https://coveralls.io/github/maet3608/nuts-ml?branch=master\n\n.. image:: https://img.shields.io/github/issues/maet3608/nuts-ml.svg\n   :target: https://github.com/maet3608/nuts-ml/issues\n\n.. image:: https://img.shields.io/badge/license-Apache%202-blue.svg\n   :target: https://github.com/maet3608/nuts-ml/blob/master/LICENSE\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaet3608%2Fnuts-ml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaet3608%2Fnuts-ml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaet3608%2Fnuts-ml/lists"}