image_recognition
1.0.0
이미지 인식은 Python imageai 모듈을 사용하는 Python으로 작성된 서버입니다. 설치 및 실행 후 인식하고 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