onnx / onnx/models

Improve performance of onnx.ai/models

Open
#661 2 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Jupyter Notebook
Stars
9.8k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

ONNX Model Zoo is now accessed through a webpage onnx.ai/models. This webpage is powered by github pages that reads the directory strucutre from github.com/onnx/models to populate the webpage.
The initial load of the webpage takes > 5sec due to the need to parse 1 yaml file per model to read Author, license and task information.

Proposed Solution:
Add a post merge hook in github.com/onnx/models that generates a json file on every merge that has the following structure per onnx model:

Model Name:
    URL
    Task
    Author Name
    License

This file can be then consumed by github pages instead of parsing 1000's of yaml files at load time.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.