Skip to content

This repo will be used to deploy the simple regression model that we build in class.

Notifications You must be signed in to change notification settings

ayushsubedi/TBC_2021_deploy_streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation (for windows machine)

Clone the repository

https://github.com/ayushsubedi/TBC_2021_deploy_streamlit

CD into the cloned directory and create a virtualenv

python -m venv env

Enable virtualenv

.\env\Scripts\activate

Install dependency packages from requirements.txt

pip install -r requirements.txt

Run streamlit app

streamlit run app.py

About

This repo will be used to deploy the simple regression model that we build in class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages