neuronets / trained-models

Trained TensorFlow models for 3D image processing
https://neuronets.dev/trained-models
21 stars 15 forks source link

fix(get_model_data): Parse model_card instead of spec #107

Open gaiborjosue opened 10 months ago

gaiborjosue commented 10 months ago

Hello,

This pull request updates the workflow "get_model_data", where now it parses the "model_card.yaml" instead of "spec.yaml".

A live version of this update can be found on my fork's page: https://gaiborjosue.github.io/trained-models-fork/

In the URL above, the only model card showing up is DeepCSR, this is because DeepCSR is the only model with a "model_card.yaml". Thus, we first need to add model_card.yaml to every model before merging this pull request, so the website displays the correct values.

The major updates go towards the javascript file, but I also updated the extraction of the clone directory in the workflow.

This Pull request will close #106