Skip to content

Commit e959659

Browse files
authored
Update README.md
1 parent 2206bdc commit e959659

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Fast_Image_Classification
22

3+
Code for https://towardsdatascience.com/a-step-by-step-tutorial-to-build-and-deploy-an-image-classification-api-95fa449f0f6a
4+
35
### Data
46
Download data : <https://github.com/CVxTz/ToyImageClassificationDataset>
57

@@ -9,4 +11,4 @@ Download data : <https://github.com/CVxTz/ToyImageClassificationDataset>
911

1012
```sudo docker run -p 8080:8080 img_classif```
1113

12-
```time curl -X POST "http://127.0.0.1:8080/scorefile/" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "file=@337px-Majestic_Twilight.jpg"```
14+
```time curl -X POST "http://127.0.0.1:8080/scorefile/" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "file=@337px-Majestic_Twilight.jpg"```

0 commit comments

Comments
 (0)