Software Engineering

[Error house] streamlit

Hyunseokim 2022. 8. 23. 11:11

 

 

https://streamlit.io/
https://github.com/streamlit/streamlit/issues
: 데이터사이언스와 머신러닝을 위한 파이썬으로 된 오픈소스 앱 프레임워크
 

GitHub - streamlit/streamlit: Streamlit — The fastest way to build data apps in Python

Streamlit — The fastest way to build data apps in Python - GitHub - streamlit/streamlit: Streamlit — The fastest way to build data apps in Python

github.com

 

version check dlib, streamlit, tensorflow

install

!pip install streamlit

streamlit hello

run

streamlit run app.py(파일이름)

pip install bokeh ftfy regex tqdm gdown

1

2

3

4

< reference >