pip install -r requirements.txtscikit learn을 이용한 타이타닉 생존자 분류 모델 만들기.
cd titanic
python train.py
python inference.py(터미널 A) bentoml serve Titanic:latest
(터미널 B) python request.py네이버 영화리뷰 댓글 긍부정 분류 모델 만들기
cd review_classification
python NB_train.py
python NB_inference.py(터미널 A) bentoml serve ReviewClassifier:latest
(터미널 B) python request.pypython KoBERT_train.py
python KoBERT_inference.py(터미널 A) bentoml serve ReviewClassifier:latest
(터미널 B) python request.pycd review_classification
mlflow ui -h 0.0.0.0 -p 1000bentoml yatai-service-start --ui-port 1000