Skip to content

6-Learning-Reference-Lab/mlrun-ai-apps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLRun AI Apps

MLRun logo

Overview

This is a simple Streamlit application that showcases how to utilize MLRun in the context of a larger ML application.

Within this app, there are multiple demos with interactive UI's that inference live machine models via MLRun model serving functions.

Heart Disease Prediction UI

Heart Disease Prediction UI

In addition to the interactive UI, there are also short code snippets that show the "behind the scenes" of how the models are deployed and inferenced within the application.

Iris Inferencing and Deployment

Iris Inferencing and Deployment

Getting Started

There are 2 ways to get started:

1. Web Hosted

Simply go to https://mlrun-ai-apps.herokuapp.com/ and immediately start using the app. No installation required!

Note it may take a minute for the app to wake up

2. Local Deployment

To deploy the applicaiton locally on your own machine, follow the local deployment instructions using docker-compose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 97.9%
  • Dockerfile 2.1%