|
a |
|
b/README.md |
|
|
1 |
# ML_ModelPrediction |
|
|
2 |
|
|
|
3 |
# Perdiction of the mutiple trained models (NASNet, RESNET, VGG16 VGG19, DENSENET) to be integrated with micro service using Flask API request. |
|
|
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. |
|
|
6 |
|
|
|
7 |
|
|
|
8 |
|
|
|
9 |
#NASNET MODEL PREDICTION |
|
|
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. |
|
|
12 |
|
|
|
13 |
|
|
|
14 |
|
|
|
15 |
#NASNET MODEL PREDICTION |
|
|
16 |
 |
|
|
17 |
|
|
|
18 |
#POST response via using serivce: |
|
|
19 |
|
|
|
20 |
Input request POST with from data as image file that needs to be classfied. |
|
|
21 |
|
|
|
22 |
*[http://127.0.0.1:5000/upload-image/] |
|
|
23 |
|
|
|
24 |
`{ |
|
|
25 |
"Given class of image is ": "Dyed-lifted-polyps" |
|
|
26 |
}` |
|
|
27 |
|
|
|
28 |
 |