{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/11"}],"enrichment":{"capability":"Converts JSON files to ONNX model format, accepting either a JSON file path or a dictionary and returning an ONNX ModelProto object.","skillfed_tags":["model-serialization","onnx-tools"],"use_cases":["Reconstruct ONNX models from JSON representations stored in databases or configuration files.","Convert JSON-based model definitions into standard ONNX format for inference engines.","Programmatically generate ONNX models by building JSON dictionaries and converting them.","Integrate JSON model specifications into automated machine learning pipelines.","Export model metadata or architecture from JSON to ONNX for compatibility with ONNX tooling."],"what_it_does":"json2onnx is a lightweight utility that transforms JSON representations into ONNX model files. It provides both a command-line interface and a Python API, accepting input as either a JSON file path or a dictionary, and returning an ONNX ModelProto object that can be saved to disk or used programmatically.\n\nThe package is designed for developers working with ONNX models who need to serialize or reconstruct models from JSON format. It has no runtime dependencies, making it straightforward to integrate. However, the project has been dormant for over a year, so users should verify compatibility with their current ONNX and Python versions before relying on it for production workflows.","worth_installing":"Yes, if you need JSON-to-ONNX conversion and can verify compatibility with your ONNX version. The package has low install friction, no runtime dependencies, and a permissive MIT License. However, dormant maintenance (last update 1077 days ago) means you should test thoroughly before production use and be prepared to fork or find alternatives if issues arise."},"id":"json2onnx","links":{"html":"https://skillfed.io/packages/json2onnx","md":"https://skillfed.io/packages/json2onnx.md","pypi":"https://pypi.org/project/json2onnx/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2023-09-02","license_spdx":null,"license_treatment":"permissive","name":"json2onnx","python_support":"supports_current","summary":"Converts a JSON file to an ONNX file."},"popularity":{"monthly_downloads":82898,"position":14121,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.3"}
