{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/6"}],"enrichment":{"capability":"Automatically generates and assigns operation names to unnamed operators in ONNX model files, converting old-format ONNX graphs to have properly named operations.","skillfed_tags":["onnx-tools","model-preprocessing"],"use_cases":["Prepare legacy ONNX models for inspection or visualization by ensuring all operators have readable names","Preprocess ONNX files before feeding them into model analysis or debugging tools that expect named operations","Batch-convert a collection of old-format ONNX models to have consistent operation naming conventions","Integrate into an ONNX model pipeline to normalize graph structure before downstream processing","Verify and repair ONNX files exported from older frameworks or converters that may not name all operations"],"what_it_does":"sng4onnx is a lightweight command-line and Python utility that solves a specific ONNX workflow problem: older ONNX model files sometimes lack proper operation names, making them harder to inspect, debug, or process. This tool automatically traverses an ONNX graph and generates systematic names for any unnamed operators, then writes the corrected model back to disk or returns it as a Python object.\n\nThe package works both as a CLI tool (via `sng4onnx` command) and as an importable Python function. It requires only Python 3.6 or later and has no external runtime dependencies beyond what ONNX itself needs. The tool is part of a broader collection of simple ONNX processing utilities and is maintained actively.","worth_installing":"Yes. Install if you work with ONNX models and need to normalize operation names in older or unconventionally formatted files. The tool is lightweight, actively maintained, has no complex dependencies, carries a permissive MIT license, and solves a real ONNX workflow problem. No security vulnerabilities are known."},"id":"sng4onnx","links":{"html":"https://skillfed.io/packages/sng4onnx","md":"https://skillfed.io/packages/sng4onnx.md","pypi":"https://pypi.org/project/sng4onnx/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-24","license_spdx":null,"license_treatment":"permissive","name":"sng4onnx","python_support":"supports_current","summary":"A simple tool that automatically generates and assigns an OP name to each OP in an old format ONNX file."},"popularity":{"monthly_downloads":307157,"position":7779,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.1"}
