{"id":15911371,"url":"https://github.com/sdpython/deeponnxcustom","last_synced_at":"2025-04-03T02:16:03.361Z","repository":{"id":49766070,"uuid":"420994394","full_name":"sdpython/deeponnxcustom","owner":"sdpython","description":"Playground with ONNX","archived":false,"fork":false,"pushed_at":"2023-02-02T00:16:55.000Z","size":161,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-09T12:33:35.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdpython.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-25T11:25:05.000Z","updated_at":"2021-12-17T01:03:32.000Z","dependencies_parsed_at":"2024-10-06T15:41:43.099Z","dependency_job_id":"fb8c0724-9190-4277-b7d2-41144e400649","html_url":"https://github.com/sdpython/deeponnxcustom","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Fdeeponnxcustom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Fdeeponnxcustom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Fdeeponnxcustom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Fdeeponnxcustom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdpython","download_url":"https://codeload.github.com/sdpython/deeponnxcustom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922241,"owners_count":20855345,"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":[],"created_at":"2024-10-06T15:41:33.249Z","updated_at":"2025-04-03T02:16:03.327Z","avatar_url":"https://github.com/sdpython.png","language":"Python","readme":"\n.. image:: https://circleci.com/gh/sdpython/deeponnxcustom/tree/main.svg?style=svg\n    :target: https://circleci.com/gh/sdpython/deeponnxcustom/tree/main\n\n.. image:: https://travis-ci.com/sdpython/deeponnxcustom.svg?branch=main\n    :target: https://app.travis-ci.com/github/sdpython/deeponnxcustom\n    :alt: Build status\n\n.. image:: https://ci.appveyor.com/api/projects/status/g9wt6riyh6n74t23?svg=true\n    :target: https://ci.appveyor.com/project/sdpython/deeponnxcustom\n    :alt: Build Status Windows\n\n.. image:: https://codecov.io/gh/sdpython/deeponnxcustom/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/sdpython/deeponnxcustom\n\n.. image:: https://badge.fury.io/py/deeponnxcustom.svg\n    :target: http://badge.fury.io/py/deeponnxcustom\n\n.. image:: http://img.shields.io/github/issues/sdpython/deeponnxcustom.png\n    :alt: GitHub Issues\n    :target: https://github.com/sdpython/deeponnxcustom/issues\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n    :alt: MIT License\n    :target: http://opensource.org/licenses/MIT\n\n.. image:: https://pepy.tech/badge/deeponnxcustom/month\n    :target: https://pepy.tech/project/deeponnxcustom/month\n    :alt: Downloads\n\n.. image:: https://img.shields.io/github/forks/sdpython/deeponnxcustom.svg\n    :target: https://github.com/sdpython/deeponnxcustom/\n    :alt: Forks\n\n.. image:: https://img.shields.io/github/stars/sdpython/deeponnxcustom.svg\n    :target: https://github.com/sdpython/deeponnxcustom/\n    :alt: Stars\n\n.. image:: https://img.shields.io/github/repo-size/sdpython/deeponnxcustom\n    :target: https://github.com/sdpython/deeponnxcustom/\n    :alt: size\n\ndeeponnxcustom: custom ONNX and deep learning\n=============================================\n\n.. image:: https://raw.githubusercontent.com/sdpython/deeponnxcustom/main/_doc/sphinxdoc/source/_static/project_ico.png\n    :width: 50\n\n`documentation \u003chttp://www.xavierdupre.fr/app/deeponnxcustom/helpsphinx/index.html\u003e`_\n\nOnnx, onnxruntime, deep learning, pytorch...\n\n::\n\n    python setup.py build_ext --inplace\n\nGenerate the setup in subfolder ``dist``:\n\n::\n\n    python setup.py sdist\n\nGenerate the documentation in folder ``dist/html``:\n\n::\n\n    python setup.py build_sphinx\n\nRun the unit tests:\n\n::\n\n    python setup.py unittests\n\nTo check style:\n\n::\n\n    python -m flake8 deeponnxcustom tests examples\n\nThe function *check* or the command line ``python -m deeponnxcustom check``\nchecks the module is properly installed and returns processing\ntime for a couple of functions or simply:\n\n::\n\n    import deeponnxcustom\n    deeponnxcustom.check()\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdpython%2Fdeeponnxcustom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdpython%2Fdeeponnxcustom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdpython%2Fdeeponnxcustom/lists"}