我需要在 RASA 中添加语音到文本功能,用户可以使用语音提问,机器人将通过聊天回答他。有谁知道我该如何在 RASA 中做到这一点?因为我的前端将是一个 Android 应用程序。请告诉我该怎么做。
提前致谢。
我在安装 Spacy 时遇到以下错误。
requests.exceptions.SSLError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /explosion/spacy-models/master/compatibility.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))
Run Code Online (Sandbox Code Playgroud)
我正在运行的命令: python -m spacy download en_core_web_md
我正在 Windows 10 上的 Python 3.7 conda 环境中安装 Rasa X。pip版本是 20.3.3。
pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple
知道我能做些什么来解决这个问题吗?