Added local tensorflow image tagging.
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 😄