Spaces:
Runtime error
Runtime error
- cnn_model.h5 and label_transform.pkl is Model File. | |
- main.py is to needed to run to start the server. | |
- in main.py, "/test-predict" is for testing purpose, "/predict" endpoint is for uploading image. | |
- "/test-predict" endpoint contains image picked from the same folder. | |
- after starting the server, call "http://0.0.0.0:8000/test-predict"in browser to test the prediction on the image. | |