kserve / models-web-app

KServe models web UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Model Test

padrian2s opened this issue · comments

I love this app, something that was missing for a long time. Thank you Arrikto for putting this together soo nicely. One feature that could be added is to test out model endpoints. Curl, Postman can do the job, but once you have 100x of models with different payloads, operations to test out are hard and time-consuming. What I did, I created another web app with CRD for model payload so people can reuse and define the expected payload format and operations to test out newly created model endpoints. The CRD was just a blob where you can store any json data and match automatically based on the CRD name and inferenceservice name.
Can you please put this on the roadmap? :)