|
a/README.md |
|
b/README.md |
1 |
# ML_ModelPrediction |
1 |
# ML_ModelPrediction |
2 |
|
2 |
|
3 |
# Perdiction of the mutiple trained models (NASNet, RESNET, VGG16 VGG19, DENSENET) to be integrated with micro service using Flask API request. |
3 |
# Perdiction of the mutiple trained models (NASNet, RESNET, VGG16 VGG19, DENSENET) to be integrated with micro service using Flask API request. |
4 |
|
4 |
|
5 |
Image is updated and loaded on MongoDB for future use and the user gets a response of the predicted lable while using service and upload image for prediction. |
5 |
Image is updated and loaded on MongoDB for future use and the user gets a response of the predicted lable while using service and upload image for prediction. |
6 |
|
6 |
|
7 |
|
7 |
|
8 |
|
8 |
|
9 |
#NASNET MODEL PREDICTION |
9 |
#NASNET MODEL PREDICTION |
10 |
|
10 |
|
11 |
Image is updated and loaded on MongoDB for future use and the user gets a response of the predicted lable while using service and upload image for prediction. |
11 |
Image is updated and loaded on MongoDB for future use and the user gets a response of the predicted lable while using service and upload image for prediction. |
12 |
|
12 |
|
13 |
|
13 |
|
14 |
|
14 |
|
15 |
#NASNET MODEL PREDICTION |
15 |
#NASNET MODEL PREDICTION
|
16 |
 |
16 |
 |
17 |
|
17 |
|
18 |
#POST response via using serivce: |
18 |
#POST response via using serivce: |
19 |
|
19 |
|
20 |
Input request POST with from data as image file that needs to be classfied. |
20 |
Input request POST with from data as image file that needs to be classfied. |
21 |
|
21 |
|
22 |
*[http://127.0.0.1:5000/upload-image/] |
22 |
*[http://127.0.0.1:5000/upload-image/]
|
23 |
|
23 |
|
24 |
`{ |
24 |
`{
|
25 |
"Given class of image is ": "Dyed-lifted-polyps" |
25 |
"Given class of image is ": "Dyed-lifted-polyps"
|
26 |
}` |
26 |
}`
|
27 |
|
27 |
|
28 |
 |
28 |

|