Currently, camml depends on the pycoral package which is not served on PyPI and therefore can't simply be installed with pip and via setup.py. This isn't ideal. It might be worth changing the code to do inference directly with tflite and therefore removing the dependency on the pycoral package.
Currently,
cammldepends on thepycoralpackage which is not served on PyPI and therefore can't simply be installed with pip and via setup.py. This isn't ideal. It might be worth changing the code to do inference directly withtfliteand therefore removing the dependency on thepycoralpackage.