Skip to content

Add /get_models route to return JSON metadata of available models#45

Open
jmillanacosta wants to merge 1 commit intoVHP4Safety:mainfrom
jmillanacosta:get_models_route
Open

Add /get_models route to return JSON metadata of available models#45
jmillanacosta wants to merge 1 commit intoVHP4Safety:mainfrom
jmillanacosta:get_models_route

Conversation

@jmillanacosta
Copy link
Copy Markdown
Member

@jmillanacosta jmillanacosta commented Oct 16, 2025

Right now it returns json:

{
  "TRalpha": {
    "meta": "https://raw.githubusercontent.com/VHP4Safety/QSPRpred-Docker/refs/heads/main/models/TRalpha/TRalpha_meta.json",
    "model": "https://raw.githubusercontent.com/VHP4Safety/QSPRpred-Docker/refs/heads/main/models/TRalpha/TRalpha.json"
  },
  "TRbeta": {
    "meta": "https://raw.githubusercontent.com/VHP4Safety/QSPRpred-Docker/refs/heads/main/models/TRbeta/TRbeta_meta.json",
    "model": "https://raw.githubusercontent.com/VHP4Safety/QSPRpred-Docker/refs/heads/main/models/TRbeta/TRbeta.json"
  },
  "mGluR1": {
    "meta": "https://raw.githubusercontent.com/VHP4Safety/QSPRpred-Docker/refs/heads/main/models/mGluR1/mGluR1_meta.json",
    "model": "https://raw.githubusercontent.com/VHP4Safety/QSPRpred-Docker/refs/heads/main/models/mGluR1/mGluR1.json"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant