File tree 1 file changed +0
-55
lines changed
1 file changed +0
-55
lines changed Original file line number Diff line number Diff line change @@ -26,58 +26,3 @@ ssh -L 8501:localhost:8501 <username>@<server_ip_address>
26
26
![ ] ( https://user-images.githubusercontent.com/24642166/187080608-fbd3ae88-48fe-4a6d-bbe5-1a704098fcae.png )
27
27
28
28
![ ] ( https://user-images.githubusercontent.com/24642166/187080611-1c8b44b3-3332-48df-a7d2-8274d0e427da.png )
29
-
30
-
31
- Project Board: https://github.com/users/phamquiluan/projects/3/views/1
32
-
33
- # Prepare data
34
-
35
- 1 . Download data from here and put to ` data ` dir: https://drive.google.com/drive/folders/1J_z-laBlG14Fps81FVrUJUjesdND_JTx?usp=sharing
36
- 2 . The image dir path ` $PWD/data/images `
37
-
38
-
39
-
40
- # Dev guide
41
-
42
- 1 . cd into your dir
43
-
44
- ``` bash
45
- # for example
46
- cd text_detection
47
- ```
48
-
49
- 2 . create venv
50
-
51
- ``` bash
52
- python3.9 -m venv env
53
- . env/bin/activate
54
- ```
55
-
56
- 3 . install requirements
57
-
58
- ``` bash
59
- pip install -r requirements.txt
60
- ```
61
-
62
- 4 . dev
63
-
64
- on your Python file.
65
-
66
- # Docker guide
67
-
68
- ```
69
- export DOCKER_BUILDKIT=1
70
- export BUILDKIT_PROGRESS=plain
71
- ```
72
-
73
- 1 . build single service
74
-
75
- ```
76
- docker build -t table_detection -f table_detection/Dockerfile table_detection/
77
- ```
78
-
79
- 2 . compose up
80
-
81
- ```
82
- docker compose up --build
83
- ```
You can’t perform that action at this time.
0 commit comments