Skip to content

A light and fast demo with streamlit as frontend and fastapi as backend. Get started from it and quickly build a demo for your Machine Learning application.

License

Notifications You must be signed in to change notification settings

Desein-Yang/Light-ML-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Light-ML-Demo

A minimal Get-started demo with streamlit + fastapi. Get started and quickly build a demo for your Machine Learning application.

Usage

  • Write the pipelines of ML model with @post
  • Write your frontend UI and request from API
  • Start server and client
  • Test your API on http://127.0.0.1:8000/docs

Requirement

# python > 3.7
pip install fastapi
pip install "uvicorn[standard]"
pip install streamlit

About

A light and fast demo with streamlit as frontend and fastapi as backend. Get started from it and quickly build a demo for your Machine Learning application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages