본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

인공지능/PYTHON

Streamlit이란?

Streamlit는 Python만 사용하여 HTML/CSS 사용을 최소하하고

빠른개발로 AI 데모 제작에 최적화되어있으며

데이터와 AI에 친화적이기에 Pandas, Numpy연동, 및 OpenAI/LangChain 연동이 쉽고

실시간 반응으로 입력즉시 UI갱신되며

쉬운배포, Cloud 배포가 가능하다는 특징을 가졌다. 

 

 

Stramlit Docs

Streamlit documentation

 

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 · Streamlit

 

Seattle Weather

Just an example Streamlit dashboard exploring the classic Seattle Weather dataset.

demo-seattle-weather.streamlit.app

 

 

 


Streamlit + AI의 예가 있다면

생성형 AI인 챗봇, 머신러닝인 예측시스템, 딥러닝인 이미지분석, RAG의 문서검색, 데이터분석의 BI대시보드, 교육의 실습플렛폼, 업무자동화의 사내 AI툴 제작이 가능하다