Go to file
2024-02-27 10:19:20 +07:00
api-cronjob Update 2024-02-06 10:14:44 +07:00
cope2n-ai-fi Update: submodules to latest 2024-02-19 14:33:57 +07:00
cope2n-api ADD: add column review process to report xlsx 2024-02-27 10:19:20 +07:00
cope2n-fe Add review screen + Return - for 0 2024-02-19 11:02:21 +07:00
document-classification-kv-demo@220954c5c6 Merge branch 'main' of https://code.sdsdev.co.kr/SDSRV-IDP/sbt-idp 2024-02-02 18:29:10 +07:00
junk_tests Apply changes 2024-02-05 12:56:51 +07:00
node_modules fix: check env 2024-02-01 13:19:33 +07:00
scripts Fix: multiple issues from SBT by 20240215 2024-02-16 17:38:19 +07:00
test_samples Update test cases 2023-12-26 17:15:30 +07:00
tests Fix: unknown bool param of type str 2024-01-23 14:16:22 +07:00
.dockerignore Update: new deploy flow for AWS 2023-12-22 10:54:04 +07:00
.env_sample Add: sample env 2024-01-11 17:38:16 +07:00
.gitignore Update: request_list API 2024-02-21 12:46:41 +07:00
.gitmodules Update: table design 2024-01-24 14:14:33 +07:00
deploy_images.py Update: more logging for model performance 2023-12-29 14:24:52 +07:00
deploy_images.sh Update: git to remote before pushing 2024-02-19 14:27:57 +07:00
docker-compose-dev.yml Update: request_list API 2024-02-21 12:46:41 +07:00
docker-compose-prod.yml Fix: unknown bool param of type str 2024-01-23 14:16:22 +07:00
docker-compose.yml Update: build flow 2023-12-26 10:42:21 +07:00
README.md Add AI tests 2023-12-26 14:09:31 +07:00
unset_env.sh Update: request_list API 2024-02-21 12:46:41 +07:00

SBT Project

Local development

  • Prepare .env file.
  • Run for local development:
docker compose --profile local up -d

Run tests

pip3 install pytest requests
IDP_HOST=https://sbt.idp.sdsrv.ai IDP_USERNAME=<username> IDP_PASSWORD=<password> python3 -m pytest --log-cli-level=DEBUG --capture=sys tests