Michael McCabe

Results 2 comments of Michael McCabe

Sure, all of the models' files reside inside of data/model-development. For the model, I just ran final_model_1.py x3 times and final_model_2.py x2 times for 5 total .h5 models. That's it...

I send the canvas image blob over to Django inside the /src/components/Canvas/Canvas.js React component and I receive the blob at the corresponding Django POST endpoint: which is in /handwriting/views.py That...