Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 297 Bytes

File metadata and controls

20 lines (17 loc) · 297 Bytes
pip install -r requirements.txt
  1. 모델 학습:
python train_models.py
  1. API 서버 실행:
uvicorn main:app --reload
  1. API 테스트:
curl -X POST http://localhost:8000/api/v1/predict-auction \
-H "Content-Type: application/json" \
-d @example_request.json