Wyvern ML Pipeline
Wyvern Application
What is Wyvern Application
Wyvern is a machine learning platform that empowers data scientists to independently build and deploy production-grade machine learning pipelines for the e-commerce industry, reducing the engineering involvement in the entire process.
Wyvern’s application is built to make it easy to serve your ML application to your production. It is built on top of fastapi with lots of built-in Wyvern functionalities. It is a web framework that holds all the Wyvern ML pipelines and serves them through API.
How to run
Let’s see how to build the wyvern app:
pipelines/main.py
The app
is an fastapi app. You can run the application with wyvern run:
Output:
Next, let’s see how what is an Wyvern ML pipeline is.
Was this page helpful?