Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ColabCode 사용 #1

Open
LEEHYUNBOK opened this issue Jun 14, 2023 · 1 comment
Open

ColabCode 사용 #1

LEEHYUNBOK opened this issue Jun 14, 2023 · 1 comment

Comments

@LEEHYUNBOK
Copy link
Collaborator

LEEHYUNBOK commented Jun 14, 2023

ColabCode

: Python 기반의 패키지로, Google Colab 환경에서 코드를 실행하고 원격으로 공유할 수 있는 기능 제공

  • FastAPI와 함께 사용될 수 있으며, FastAPI 애플리케이션을 Colab 환경에서 실행하고 배포하는 데 도움

  • 배포를 위해 ngrok라는 도구 사용

  • ngrok

    : 로컬 서버를 공개적인 인터넷 주소로 연결해주는 도구,

    • HTTPS와 함께 보안 연결 제공
  • FastAPI 애플리케이션을 ngrok을 통해 공개 주소로 연결하여 HTTPS를 사용한 안전한 웹 배포 제공

  • Colab 환경에서 실행된 FastAPI 애플리케이션을 외부에서 접근 가능하게 만들어줌

  • 개인적인 프로젝트나 데모 용도로 유용할 수 있지만, 실무에서는 보통 사용되지 않음

  • 프로덕션 환경에서의 확장성과 안정성에는 제한이 있을 수 있음

LEEHYUNBOK added a commit that referenced this issue Jun 14, 2023
@LEEHYUNBOK
Copy link
Collaborator Author

pythun3 main.py 입력 시
image
https 사용 가능

  • 단점
    • 재시작 시 매일 url 바뀜...
    • 사용하다 보면 더 나올듯 함

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant