Go to file
Viet Anh Nguyen 5fed071439 Reflow UI
2024-02-20 15:01:06 +07:00
api-cronjob Update 2024-02-06 10:14:44 +07:00
cope2n-ai-fi Fix: multiple issues from SBT by 20240215 2024-02-16 17:38:19 +07:00
cope2n-api Merge branch 'main' of https://code.sdsdev.co.kr/SDSRV-IDP/sbt-idp into vietanh99-update-xlsx 2024-02-19 09:22:49 +07:00
cope2n-fe Reflow UI 2024-02-20 15:01:06 +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 Fix: multiple issues from SBT by 20240215 2024-02-16 17:38:19 +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 Fix: multiple issues from SBT by 20240215 2024-02-16 17:38:19 +07:00
docker-compose-dev.yml Fix: multiple issues from SBT by 20240215 2024-02-16 17:38:19 +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

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