chaquo / chaquopy

Chaquopy: the Python SDK for Android
https://chaquo.com/chaquopy/
MIT License
763 stars 130 forks source link

Does chaquopy support installation of Image AI library? #77

Closed acbz0805 closed 5 years ago

acbz0805 commented 5 years ago

Hi, I am wondering is chaquopy supports installation of imageAI library?

mhsmith commented 5 years ago

Chaquopy supports all the dependencies listed in the ImageAI README. You should just be able to add an install line for each of those dependencies, plus one for the ImageAI .whl URL given there.

Reopen this issue if you have any problems.