Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 157 Bytes

File metadata and controls

6 lines (4 loc) · 157 Bytes

AI 예측 서버

배포

  • 빌드 명령어: pip install -r requirements.txt
  • 시작 명령어: uvicorn ai_server:app --host 0.0.0.0 --port 8000