TxAsr
Short description and motivation.
Usage
# sentence recognition
result = TxAsr::SentenceRecognition.from(audio_url)
if result.success?
p result.data
endInstallation
- 在 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.