Skip to content

Commit f471f33

Browse files
author
Luan Pham
committed
Update README.md
1 parent 542a9a6 commit f471f33

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

README.md

-55
Original file line numberDiff line numberDiff line change
@@ -26,58 +26,3 @@ ssh -L 8501:localhost:8501 <username>@<server_ip_address>
2626
![](https://user-images.githubusercontent.com/24642166/187080608-fbd3ae88-48fe-4a6d-bbe5-1a704098fcae.png)
2727

2828
![](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-
```

0 commit comments

Comments
 (0)