Just edit this one. I’m sorry if I don’t know how to write or explain this one. I haven’t had enough sleep since yesterday.
I have been suffering with this problem for months. I have a project to develop an application. I write my code in jupyter notebook. I want to place my code online or on a server and accept input from my phone.
My application is to identify whether the disease on the image is this or not. I have already written the code, and it is working. I’ve also written a cell into it that accepts a single image and outputs the possible result using the identified model.
Now, you might redirect me to some Tflite or TensorFlow ml models, but my model is customized and not compatible with these things. I write a customized machine learning model using Multilayer Perceptron and am out of ways to convert it to some code compatible with Tflite.
My last resort was to develop an app that sends the image to that site, processes my code there, and returns the result to my phone. Just as simple as that, but I don’t know if it is simple, but I am out of ways to make it.
Is there any site that allows me to do that? or is there a way or other ways to do that?
Any response or help is much appreciated. The deadline for our paper is next week, and I am so pressured and worried right now. Thank you so much.