Currently when user uploads photos from the frontend, the flask server is hit at /classify with the photo in binary format. And after receiving the request, the server crashes. I am not familiar with Flask or python in general, so I need help fixing the issue.
Anyone is welcome to contribute.
Currently when user uploads photos from the frontend, the flask server is hit at /classify with the photo in binary format. And after receiving the request, the server crashes. I am not familiar with Flask or python in general, so I need help fixing the issue.
Anyone is welcome to contribute.