[Week 18- Day 3] 회고

2022. 5. 19. 16:00About Me/AI Tech

# Streamlit으로 ML Project 시현하기

step 1. virtualenv로 가상환경에서 환경설정

step 2. 서버 포트와 연결해서 테스트

 

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

 

 

서버에서 연결하는 경우, 포트 번호를 맞출 수 있도록 '--server.port 포트번호'를 명령어 뒤에 추가한다.

 

How to set a different port number for different streamlit program in a same machine?

There is a param called server.port. So you can do something like: streamlit run streamlit_app.py --server.port 8080

discuss.streamlit.io

 

 

## 피드백

너무나도 피곤한 하루였다. 하지만 두런두런 덕분에 삶의 질을 되찾을 수 있었다..!

요새 되게 조급한 감정을 가지고 있었는데, 이걸 계속 가져갈 수도 있다는 생각이 들면서 잘 관리하는 게 중요하겠다는 것을 느꼈다.

 

두런두런 회고정리 이벤트를 열었는데, 이참에 한번 정리하고 가야겠다.

 

 

 

 

반응형

'About Me > AI Tech' 카테고리의 다른 글

[Week 18- Day 5] 회고  (0) 2022.05.21
[Week 18- Day 4] 회고  (0) 2022.05.21
[Week 18- Day 2] 회고  (0) 2022.05.17
[Week 18- Day 1] 회고  (0) 2022.05.17
[Week 17- Day 4] 회고  (0) 2022.05.13