Relative Content

Tag Archive for reactjsdeep-learningdeploymentpytorchhandwriting-recognition

High Accuracy in PyTorch Handwritten Letter Model Fails During Web App Integration with React and FastAPI, Predicting Only ‘r’ or ‘q’ Consistently

I have developed a simple web application of handwritten english letters recognition, I have used pytorch for building the model which had a really high accuracy when tested, and then used react js and fast api to make a web app where you can draw the digit and get a prediction but It preformed so bad that I haven’t got any prediction right…
I get mostly this two prediction: ‘r’ and ‘q’