streamlit101 - 개요 및 설치

2innnnn0·2021년 8월 16일
0
post-thumbnail

FreeCodeCamp.org
Build 12 Data Science Apps with Python and Streamlit - Full Course 를 보고 진행

개요

  • 개발환경
    • python 3.6+
    • MacOS 11.4(BigSur)
  • 공식홈페이지 : https://streamlit.io/
  • 공식다큐먼트 : https://docs.streamlit.io/en/stable/
  • 스트림잇은 python 오픈소스 라이브러리. 머신러닝과 데이터사이언스를 위한 빠르고 간단하게 대시보드를 구현할 수 있는 패키지.(Streamlit is an open-source Python library that makes it easy to create and share beautiful, custom web apps for machine learning and data science)

설치

$pip install streamlit
$streamlit hello
  • 설치는 이게 끝. 매우 간단하다.

실행시 http://localhost:8501/ 로 데모페이지가 나온다.

profile
성장하고 싶은 데이터분석가.

0개의 댓글