Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayushsubedi/tbc_2021_deploy_streamlit

This repo will be used to deploy the simple regression model that we build in class.
https://github.com/ayushsubedi/tbc_2021_deploy_streamlit

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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`