I have written a Python code in Google Collab that uses a CNN model to detect the presence of a dog in real-time footage. I now want to use this model to build an app in Ionic. Do I need to convert all the Python code into Javascript to use in Ionic or is there an easier way? If I need to convert all the Python code to Javascript, is there an efficient way to do that?