{"id":26415603,"url":"https://github.com/plstcharles/thelper","last_synced_at":"2025-03-18T00:53:54.272Z","repository":{"id":54972834,"uuid":"142523970","full_name":"plstcharles/thelper","owner":"plstcharles","description":"Training framework \u0026 tools for PyTorch-based machine learning projects.","archived":false,"fork":false,"pushed_at":"2021-01-18T20:02:06.000Z","size":1982,"stargazers_count":15,"open_issues_count":2,"forks_count":7,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-14T05:34:32.677Z","etag":null,"topics":["data-augmentation","data-loader","deep-learning","machine-learning","models","pytorch","training"],"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/plstcharles.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-27T03:38:51.000Z","updated_at":"2022-10-26T08:32:05.000Z","dependencies_parsed_at":"2022-08-14T07:50:35.867Z","dependency_job_id":null,"html_url":"https://github.com/plstcharles/thelper","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plstcharles%2Fthelper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plstcharles%2Fthelper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plstcharles%2Fthelper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plstcharles%2Fthelper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plstcharles","download_url":"https://codeload.github.com/plstcharles/thelper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244047234,"owners_count":20389201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-augmentation","data-loader","deep-learning","machine-learning","models","pytorch","training"],"created_at":"2025-03-18T00:53:53.668Z","updated_at":"2025-03-18T00:53:54.257Z","avatar_url":"https://github.com/plstcharles.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"========\nOverview\n========\n\n.. start-badges\n\n.. list-table::\n    :stub-columns: 1\n\n    * - dependencies\n      - | |pyver| |requires|\n    * - ci-status\n      - | |travis| |readthedocs|\n    * - releases\n      - | |version| |commits-since|\n    * - packages\n      - | |conda-platforms|\n\n.. |pyver| image:: https://img.shields.io/badge/python-3.6+-blue.svg\n    :alt: Requires Python 3.6+\n    :target: https://www.python.org/getit\n\n.. |travis| image:: https://travis-ci.org/plstcharles/thelper.svg?branch=master\n    :alt: Travis-CI Build Status\n    :target: https://travis-ci.org/plstcharles/thelper\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/plstcharles/thelper/v0.6.2.svg\n    :alt: Commits since latest release\n    :target: https://github.com/plstcharles/thelper/compare/v0.6.2...master\n\n.. |readthedocs| image:: https://readthedocs.org/projects/thelper/badge/?version=latest\n    :alt: Documentation Build Status\n    :target: https://thelper.readthedocs.io/en/latest/?badge=latest\n\n.. |version| image:: https://img.shields.io/pypi/v/thelper.svg\n    :alt: PyPI Package latest release\n    :target: https://pypi.python.org/pypi/thelper\n\n.. |requires| image:: https://requires.io/github/plstcharles/thelper/requirements.svg?branch=master\n    :alt: Requirements Status\n    :target: https://requires.io/github/plstcharles/thelper/requirements/?branch=master\n\n.. |conda-platforms| image:: https://anaconda.org/plstcharles/thelper/badges/platforms.svg\n    :alt: Platform Build Status\n    :target: https://anaconda.org/plstcharles/thelper\n\n.. end-badges\n\nThis package provides a training framework and CLI for PyTorch-based machine learning projects. This is free\nsoftware distributed under the `Apache Software License version 2.0`__ built by researchers and developers\nfrom the Centre de Recherche Informatique de Montréal / Computer Research Institute of Montreal (CRIM).\n\n.. __: \u003chttps://tldrlegal.com/license/apache-license-2.0-(apache-2.0)\u003e\n\nTo get a general idea of what this framework can be used for, visit the `FAQ page\n\u003chttps://thelper.readthedocs.io/en/latest/faq.html\u003e`_. For installation instructions, refer to the\n`installation guide \u003chttps://thelper.readthedocs.io/en/latest/installation.html\u003e`_. For usage instructions,\nrefer to the `user guide \u003chttps://thelper.readthedocs.io/en/latest/user-guide.html\u003e`_. The auto-generated\ndocumentation is available via `readthedocs.io \u003chttps://thelper.readthedocs.io/en/latest/\u003e`_.\n\n\nNotes\n-----\n\nDevelopment is still on-going --- the API and internal classes may change in the future.\n\nThe project's structure was originally generated by `cookiecutter \u003chttps://github.com/audreyr/cookiecutter\u003e`_\nvia `ionelmc's template \u003chttps://github.com/ionelmc/cookiecutter-pylibrary\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplstcharles%2Fthelper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplstcharles%2Fthelper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplstcharles%2Fthelper/lists"}