# robot-engine **Repository Path**: cloudsmodules/robot-engine ## Basic Information - **Project Name**: robot-engine - **Description**: 识别引擎 通过Java解决图片识别文本、文本识别语音、人脸识别等 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 3 - **Created**: 2018-02-26 - **Last Updated**: 2021-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #机器人-基础引擎 ---- ### 识别引擎 ---- #image-engine->图片识别引擎 ---- - 1.OpenCV D:\ProgramSoftware\DevelopmentSoft\opencv - 2. TransFlow C:/Program Files (x86)/Tesseract-OCR #tts-engine->语音识别引擎 ---- - 1. 文本识别语音 通过Java调用espeak的接口 实现文本转语音功能 - 2. 语音识别文本 使用Python tensorflow 实现语音识别 使用Java调运Python API 将War语音文件发送给tensorflow进行识别 使用 project voco 也可以实现 【未研究】 #face-engine->人脸识别引擎 ---- - 1. tensorflow识别人脸 - 2.