Skip to content

gityow/streamlit_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit as a Model Serving Endpoint

Model is trained via train.py and a pickle file was generated in /model/boston_price.pkl To run app to score model in real time via user inputs:

  1. conda create -name streamBoston -file requirements.txt (this installs streamlit and other python package dependencies)
  2. conda activate streamBoston
  3. Run streamlit run app/app.py

This would give you a local URL to access, mine was http://localhost:8501

Here is a screenshot of the web app:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages