Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ce76e78

Browse files
Update README.md
1 parent ce51d35 commit ce76e78

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

‎README.md‎

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,49 +6,49 @@ A pretty and customizable web app to deploy your Deep Learning (DL) model with e
66

77
1. Clone the repo
88

9-
```shell
10-
$ git clone https://github.com/SuperBruceJia/pytorch-flask-deploy-webapp.git
11-
```
9+
```shell
10+
$ git clone https://github.com/SuperBruceJia/pytorch-flask-deploy-webapp.git
11+
```
1212

1313
2. Run the following instructions
1414

1515
1). Build Docker Image
16-
17-
```shell
18-
$ docker build -t ner-model .
19-
```
16+
17+
```shell
18+
$ docker build -t ner-model .
19+
```
2020

2121
2). Make and Run a container for the above Image
2222

23-
```shell
24-
docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -it --rm -d -p 8000:8000 ner-model
25-
```
26-
27-
or
28-
29-
```shell
30-
$ docker run -d -p 8000:8000 ner-model
31-
```
23+
```shell
24+
docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -it --rm -d -p 8000:8000 ner-model
25+
```
26+
27+
or
28+
29+
```shell
30+
$ docker run -d -p 8000:8000 ner-model
31+
```
3232

3333
3. Open the following URL (Google Chrome is recommended)
3434

35-
```html
36-
http://0.0.0.0:8000/apidocs/#!/default/get_predict
37-
```
38-
39-
or
40-
41-
```html
42-
http://0.0.0.0:8000/apidocs
43-
```
35+
```html
36+
http://0.0.0.0:8000/apidocs/#!/default/get_predict
37+
```
38+
39+
or
40+
41+
```html
42+
http://0.0.0.0:8000/apidocs
43+
```
4444

4545
4. Input a medical sentence (in Chinese) and see the recognized entities!
4646

47-
<p align="center">
48-
<a href="https://github.com/SuperBruceJia/pytorch-flask-deploy-webapp"> <img src="https://github.com/SuperBruceJia/pytorch-flask-deploy-webapp/raw/master/screenshot.png"></a>
49-
</p>
47+
<p align="center">
48+
<a href="https://github.com/SuperBruceJia/pytorch-flask-deploy-webapp"> <img src="https://github.com/SuperBruceJia/pytorch-flask-deploy-webapp/raw/master/screenshot.png"></a>
49+
</p>
5050

51-
🏆 Enjoy your journey!
51+
🏆 Enjoy your journey!
5252

5353
## Docker Image
5454

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /