pip install -r requirements.txt
scikit 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.py
python KoBERT_train.py
python KoBERT_inference.py
(터미널 A) bentoml serve ReviewClassifier:latest
(터미널 B) python request.py
cd review_classification
mlflow ui -h 0.0.0.0 -p 1000
bentoml yatai-service-start --ui-port 1000