Skip to content

Added local tensorflow image tagging.

Compare
Choose a tag to compare
@elblogbruno elblogbruno released this 01 Feb 14:29
· 93 commits to master since this release

Added local TensorFlow image tagging. You can choose between that or cloud-based Clarifai!

If you enter a Clarifai API key, Clarifai will be used. (Clarifai is cloud base, non-gpu dependant, image is tagged on Clarifai's servers) if you leave it blank it will use local TensorFlow (will use cores of your server but the image will be processed locally)

Removed unused code and bugs.

You need to re-run cd NotionAI-MyMind && pip -r install requirements.txt so Tensorflow and Keras is installed 😄