Go to file
2024-01-02 12:47:06 +07:00
cope2n-ai-fi Update: detector weights 2024-01-02 12:47:06 +07:00
cope2n-api Update: more logging for model performance 2023-12-29 14:24:52 +07:00
cope2n-fe Fix: false aggregate results 2023-12-26 21:07:19 +07:00
scripts Merge branch 'main' of https://code.sdsdev.co.kr/dx-tan/SBT-IDP into feature/tests 2023-12-26 16:50:16 +07:00
test_samples Update test cases 2023-12-26 17:15:30 +07:00
tests Update test cases 2023-12-26 17:15:30 +07:00
.dockerignore Update: new deploy flow for AWS 2023-12-22 10:54:04 +07:00
.gitignore Update: Build 2023-12-26 10:42:52 +07:00
.gitmodules change submodule sdsvkvu to https://code.sdsdev.co.kr/SDSRV-IDP/sdsvkvu.git 2023-12-08 17:03:30 +07:00
deploy_images.py Update: more logging for model performance 2023-12-29 14:24:52 +07:00
deploy_images.sh Update: Submodule 2024-01-02 12:39:10 +07:00
docker-compose-dev.yml Workaround: Skip sencond save() to database 2023-12-27 18:20:06 +07:00
docker-compose-prod.yml Update: local database version 2023-12-27 13:57:33 +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