-
Notifications
You must be signed in to change notification settings - Fork 344
#09. Streamlit 추가 학습 자료
Sung Yun Byeon edited this page Sep 26, 2022
·
2 revisions
- streamlit-fastapi-model-serving
- 강의에서 다룬 Streamlit 프론트엔드와 FastAPI 백엔드 구조를 확인할 수 있는 레퍼런스 Github
- 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
위와 같이 이미지를 확인할 수 있음