pip install -r requirements.txt
- 모델 학습:
python train_models.py
- API 서버 실행:
uvicorn main:app --reload
- API 테스트:
curl -X POST http://localhost:8000/api/v1/predict-auction \
-H "Content-Type: application/json" \
-d @example_request.json
| Name | Name | Last commit date | ||
|---|---|---|---|---|
pip install -r requirements.txt
python train_models.py
uvicorn main:app --reload
curl -X POST http://localhost:8000/api/v1/predict-auction \
-H "Content-Type: application/json" \
-d @example_request.json