Skip to content

#09. Streamlit 추가 학습 자료

Sung Yun Byeon edited this page Sep 26, 2022 · 2 revisions

Streamlit + Fast API 레퍼런스

실시간으로 웹캠의 정보를 Streamlit에서 활용하기

  • Streamlit-Webcam을 사용하면 실시간 웹캠 정보를 받아올 수 있음

설치 방법

pip install streamlit-webcam-example
git clone https://github.com/tconkling/streamlit-webcam.git
cd streamlit-webcam

rm -rf webcam(streamlit-webcam 폴더의 example.py만 실행하기 위함
streamlit run example.py

image

위와 같이 이미지를 확인할 수 있음