2

I am building an offline ionic application and need to be integrate it with my python script contains a standalone ML model trained and exported from the microsoft custom vision which classifies the trees.it takes picture as an input and returns a string.

python server.py image.png

this returns an output as

Mango tree

How can we access the python script or how to make it as a service ?

1 Answer 1

1

1) Create API to accept image and give tree name

2) Create service in Ionic app to upload image and return response

Sign up to request clarification or add additional context in comments.

1 Comment

Where as i'm developing the application as completely offline so i can't make it with the api's and also i didn't get the use of file-chooser for android could you please tell me about that

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.