fyp-check-01 / ReadMe.txt
HashamUllah's picture
Upload 7 files
8cfdcf9 verified
raw
history blame contribute delete
No virus
392 Bytes
- 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.