Automated image description based on Tensorflow
Fluffy is a website that enables blind people to surf the web with the power of AI. Users can submit a photo to the website and it will use Google's Tensorflow API to guess what the image is representing.
On your server install Python 3.6, Tensorflow, MySQL Server and these PIP packages:
- mysql-connector-python
- flask
- flask-cors
Get a client id from Imgur website and place it in the "main.js" file approximately at line 58. Once you've done that, you can place the website on your favourite webserver and let it run!
All the code is licensed under the GNU General Public License v3.0, unless specified by the original creator of non-original pieces of the project.
This work was made by Riccardo Carissimi. Some scripts are based on https://tensorflow.org/tutorials/image_recognition/.