File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
46Download 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" ```
You can’t perform that action at this time.
0 commit comments