image_recognition
1.0.0
การจดจำรูปภาพเป็นเซิร์ฟเวอร์ที่เขียนใน Python ซึ่งใช้โมดูล Python Imageai หลังจากที่คุณติดตั้งและเรียกใช้แล้วคุณสามารถส่งคำขอโพสต์ด้วยไฟล์รูปภาพที่คุณต้องการรับรู้และรับการตอบกลับ JSON คุณสามารถทดสอบเซิร์ฟเวอร์โดยใช้แบบฟอร์ม HTML ในตัว
โปรแกรมนี้ต้องการ:
ติดตั้งการพึ่งพา Imageai ทั้งหมด
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