Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[D] An Open Source Stack for Managing and Deploying ML Models – DVC & Cortex – Tutorial

https://towardsdatascience.com/an-open-source-stack-for-managing-and-deploying-models-c5d3b98160bc

In this tutorial, we’re going to use DVC to create a model capable of analyzing StackOverflow posts, and recognizing which ones are about Python. We are then going to deploy our model as a web API, ready to form the backend of a piece of production software.

DVC stores your model weights and training data in a centralized location, allowing collaborators to get started easily, while also tracking changes and ensuring an accurate version history.

As a final step in this tutorial, we’re going to integrate DVC with another open source tool—Cortex—that allows us to deploy DVC-generated models as web APIs, ready for production.

submitted by /u/thumbsdrivesmecrazy
[link] [comments]