Go to file
Michael 7fe54f35d7
add CORS
2024-01-21 11:27:01 +01:00
docker delete polish comments 2024-01-20 17:49:04 +01:00
docs API improvements 2024-01-14 14:53:54 +01:00
resources API improvements 2024-01-14 14:53:54 +01:00
scripts quick bugfix 2024-01-20 18:06:54 +01:00
tests quick bugfix 2024-01-20 18:06:54 +01:00
README.md readme quick fix 2024-01-20 18:36:37 +01:00
cat_detection.py API improvements 2024-01-14 14:53:54 +01:00
language_label_mapper.py add docker, tests, scripts, test images and bugfixes 2024-01-20 17:45:24 +01:00
main.py add CORS 2024-01-21 11:27:01 +01:00
requirements.txt add CORS 2024-01-21 11:27:01 +01:00
validator.py add docker, tests, scripts, test images and bugfixes 2024-01-20 17:45:24 +01:00

README.md

Cat detection

Quick guide:

  1. install docker
  2. build image with ./scripts/build_image.bat
  3. run container with ./scripts/start.bat

Quick tests guide:

  1. run unit tests ./scripts/run_tests.bat

Have fun!