Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ayushsubedi/tbc_2021_deploy_streamlit
- Owner: ayushsubedi
- Created: 2020-12-26T00:43:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-09T03:08:38.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T14:58:43.823Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`