image_recognition
1.0.0
Image Recognition is a server written in Python which uses Python ImageAI module. After you install and run it, you can send a POST request with a image file you want to recognize and get JSON response. You can test the server using built-in HTML form.
This program requires:
Install all ImageAI dependencies
pip3 install --upgrade tensorflowpip3 install numpypip3 install scipypip3 install opencv-pythonpip3 install matplotlibpip3 install h5pypip3 install keraspip3 install https://github.com/OlafenwaMoses/ImageAI/releases/download/2.0.2/imageai-2.0.2-py3-none-any.whl git clone https://github.com/alkhachatryan/image_recognition.git
cd image_recognition
chmod +x server.py ./server.py
# starting server...
# running server on http://127.0.0.1:8081...
# Send Image with 'file' key to this address and get JSON backOlafenwaMoses/ImageAI https://github.com/OlafenwaMoses/ImageAI
https://github.com/alkhachatryan/image_recognition/blob/master/LICENSE