Rahul Pandit.
Published in : 2022-03-05
Is it possible to connect jupyter notebook as machine learning model (Backend) with my android studio project? Is so, how can I do that?
Join our community and get the chance to solve your code issues & share your opinion with us
Sign up Now
Shilpa Date : 2022-03-05
Best answers
10
Best answers
10
Yes, definitely it is possible,
Here are some steps:
Step 1: Import required libraries
Step 2: Create a dataset.
Step 3: Train a model using Keras
Refer to this thread for further information.
If you want to deploy your ML model for Android Devices, read this thread. Hope it will help!