{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/11"}],"enrichment":{"capability":"Converts ONNX model files to JSON format, either writing to a file or returning a dictionary representation of the model structure.","skillfed_tags":["model-serialization","onnx-tools"],"use_cases":["Inspect the structure and metadata of an ONNX neural network model for debugging or documentation.","Convert ONNX models to JSON for integration with web-based model viewers or analysis tools.","Programmatically extract and manipulate ONNX model information in Python scripts.","Serialize ONNX graphs to JSON as an intermediate step in model transformation pipelines."],"what_it_does":"onnx2json is a command-line and Python library tool that serializes ONNX (Open Neural Network Exchange) model files into JSON format. It reads a binary ONNX file and outputs either a JSON file or an in-memory dictionary representation of the model's structure, graph, and metadata. The tool supports customizable JSON indentation and can work with pre-loaded ONNX graph objects.\n\nThe package is designed for developers who need to inspect, analyze, or transform ONNX models in a human-readable or programmatically accessible format. It has no runtime dependencies beyond Python itself, making it lightweight to install. However, it is no longer actively maintained\u2014the last release was in January 2023, and the repository shows no recent commits, meaning it will not receive updates for new ONNX features or Python versions.","worth_installing":"Yes, if you need to convert ONNX models to JSON and are working with models from before early 2023. The package is stable, has no dependencies, and carries no known vulnerabilities. However, do not rely on it for long-term maintenance or support for cutting-edge ONNX features\u2014it is abandoned. If you need active development or compatibility with the latest ONNX specifications, consider alternatives or maintain a fork."},"id":"onnx2json","links":{"html":"https://skillfed.io/packages/onnx2json","md":"https://skillfed.io/packages/onnx2json.md","pypi":"https://pypi.org/project/onnx2json/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2023-01-25","license_spdx":null,"license_treatment":"permissive","name":"onnx2json","python_support":"supports_current","summary":"Exports the ONNX file to a JSON file or JSON dict."},"popularity":{"monthly_downloads":82977,"position":14111,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.4"}
