Project Board: https://github.com/users/phamquiluan/projects/3/views/1
- Download data from here and put to
data
dir: https://drive.google.com/drive/folders/1J_z-laBlG14Fps81FVrUJUjesdND_JTx?usp=sharing - The image dir path
$PWD/data/images
- cd into your dir
# for example
cd text_detection
- create venv
python3.9 -m venv env
. env/bin/activate
- install requirements
pip install -r requirements.txt
- dev
on your Python file.
export DOCKER_BUILDKIT=1
export BUILDKIT_PROGRESS=plain
- build single service
docker build -t table_detection -f table_detection/Dockerfile table_detection/
- compose up
docker compose up --build