TxAsr
Short description and motivation.
Usage
# sentence recognition
result = TxAsr::SentenceRecognition.from(audio_url)
if result.success?
p result.data
end
Installation
- 在 Gemfile 里边添加如下代码
gem 'tx_asr'
- 执行 bundle
$ bundle
- 执行安装命令
$ rails g tx_asr:install
- 修改
config/initializers/tx_asr.rb
中secret_id
和secret_key
为实际的值
Contributing
Contribution directions go here.
License
The gem is available as open source under the terms of the MIT License.