VertaAI / modeldb

Open Source ML Model Versioning, Metadata, and Experiment Management
Apache License 2.0
1.7k stars 285 forks source link

Using only the frontend? #270

Open crawles opened 7 years ago

crawles commented 7 years ago

Does modeldb embrace a use case of utilizing only the frontend? The scikit-learn and Apache Spark version requirements for the client do not fit with my environment. I see the configurations can be yaml files, but I am wondering if this is a logical use case–to manually create the yaml files and use the front end to view model results.

vidit-bhatia commented 6 years ago

This can be done crawls without any issue. You can use the APIs / Yaml files to send the data and the UI can be used to see the results. Feel free to also write a client for your use case if you want to contribute back.