Streamlit는 Python만 사용하여 HTML/CSS 사용을 최소하하고
빠른개발로 AI 데모 제작에 최적화되어있으며
데이터와 AI에 친화적이기에 Pandas, Numpy연동, 및 OpenAI/LangChain 연동이 쉽고
실시간 반응으로 입력즉시 UI갱신되며
쉬운배포, Cloud 배포가 가능하다는 특징을 가졌다.
Stramlit Docs
Streamlit Docs
Join the community Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questions
docs.streamlit.io
pip install streamlit
streamlit run app.py
코드를 자유롭게 서치해서 가져다 쓸수있다.
Seattle Weather
Just an example Streamlit dashboard exploring the classic Seattle Weather dataset.
demo-seattle-weather.streamlit.app
Streamlit + AI의 예가 있다면
생성형 AI인 챗봇, 머신러닝인 예측시스템, 딥러닝인 이미지분석, RAG의 문서검색, 데이터분석의 BI대시보드, 교육의 실습플렛폼, 업무자동화의 사내 AI툴 제작이 가능하다
'인공지능 > PYTHON' 카테고리의 다른 글
| Python 여러개 install하기 requirements.txt (0) | 2026.05.08 |
|---|---|
| Python 실무에서 자주 사용하는 라이브러리 조합 (0) | 2026.05.08 |
| Python 파이썬에는 @st.cache_data와 @st.cache_resource: 왜 데이터와 리소스는 나누서 기억하는걸까? (0) | 2026.05.08 |
| Python 파이썬 모듈과 Wheel의 차이 (0) | 2026.05.07 |
| pip install build: dist 파일 안생길때 (0) | 2026.05.07 |