Skip to content

AKA-APT/APT_AUCTION_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

APT_AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors