{"id":38374929,"url":"https://github.com/wolanx/react-netron","last_synced_at":"2026-01-17T03:32:47.526Z","repository":{"id":184169331,"uuid":"671125196","full_name":"wolanx/react-netron","owner":"wolanx","description":"View Neural Network model with graphs.","archived":false,"fork":false,"pushed_at":"2025-10-05T12:55:12.000Z","size":943,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-06T09:08:37.986Z","etag":null,"topics":["netron"],"latest_commit_sha":null,"homepage":"https://wolanx.github.io/react-netron/","language":"JavaScript","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/wolanx.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-26T15:38:32.000Z","updated_at":"2025-10-05T12:55:15.000Z","dependencies_parsed_at":"2025-10-05T13:12:04.811Z","dependency_job_id":"bf36dda6-8d9d-42f1-bb4d-33e544f3d99c","html_url":"https://github.com/wolanx/react-netron","commit_stats":null,"previous_names":["wolanx/react-netron"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wolanx/react-netron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolanx%2Freact-netron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolanx%2Freact-netron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolanx%2Freact-netron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolanx%2Freact-netron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolanx","download_url":"https://codeload.github.com/wolanx/react-netron/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolanx%2Freact-netron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28493118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["netron"],"created_at":"2026-01-17T03:32:47.449Z","updated_at":"2026-01-17T03:32:47.511Z","avatar_url":"https://github.com/wolanx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-netron\n\n\u003e netron via react\n\n- Demo https://wolanx.github.io/react-netron\n- Docs https://wolanx.github.io/react-netron/docs/intro\n\n# Intro\n\nView Neural Network model with graphs.\n\n## Install\n\n```shell\n# https://www.npmjs.com/package/@wolanx/react-netron\nnpm i @wolanx/react-netron\n```\n\n## Prepare file\n\n- download https://github.com/onnx/models/blob/main/vision/classification/mnist/model/mnist-12.onnx\n\n## Demo - open with button\n\n```jsx\nexport default function Demo1 () {\n    const ref = useRef(null)\n\n    return (\n        \u003cdiv\u003e\n            \u003cbutton onClick={() =\u003e ref.current?.open()}\u003eOpen Model...\u003c/button\u003e\n            \u003cReactOnnx ref={ref} width={'100%'} height={600} file={null}/\u003e\n        \u003c/div\u003e\n    )\n}\n```\n\n## Demo - open with link\n\n```jsx\nexport default function Demo2 () {\n    const file = useOnnx('./model/demo.onnx')\n    return \u003cReactOnnx width={'100%'} height={600} file={file}/\u003e\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolanx%2Freact-netron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolanx%2Freact-netron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolanx%2Freact-netron/lists"}