TxAsr

Short description and motivation.

Usage


# sentence recognition
result = TxAsr::SentenceRecognition.from(audio_url)

if result.success?
  p result.data
end

Installation

  1. 在 Gemfile 里边添加如下代码
gem 'tx_asr'
  1. 执行 bundle
$ bundle
  1. 执行安装命令

    $ rails g tx_asr:install
    
  2. 修改 config/initializers/tx_asr.rbsecret_idsecret_key 为实际的值

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.