streamlit
Visual Studio : 비주얼 스튜디오 streamlit 다운과 설명
하늘.98
2021. 12. 13. 17:51
Streamlit 소개
- 공식 문서 : The fastest way to build and share data apps
- 가장 빠르게 데이터 어플리케이션을 만들 수 있는 방법
- 앱을 만드는 미니멀한 프레임워크
- 21년 2월 기준 Github Star 13K
- 장점
- 간단하게 파이썬 코드로 앱을 빌드할 수 있음
- 인터랙티브한 기능 제공(백엔드 개발이나 HTTP 요청 구현할 필요 없음)
- 다양한 예시 제공
- 커뮤니티에서 개발한 Component도 존재
- Streamlit에서 배포할 수 있는 시스템 제공(단, 신청 필요)
- 화면을 녹화할 수 있는 Record 기능도 제공
- app을 빌드한 후, 오른쪽 ☰ 버튼을 클릭하면 Record a screencast를 확인할 수 있음
아래 TERMINAL 에 경로 옆에 pip install streamlit 을 적어 주거나 아래 경로에 있는 사이트에서 다운로드 해주면 된다.
- app을 빌드한 후, 오른쪽 ☰ 버튼을 클릭하면 Record a screencast를 확인할 수 있음
Streamlit • The fastest way to build and share data apps
Streamlit is an open-source app framework for Machine Learning and Data Science teams. Create beautiful data apps in hours, not weeks. All in pure Python. All for free.
streamlit.io
출처:https://zzsza.github.io/mlops/2021/02/07/python-streamlit-dashboard/