Project

tx_asr

0.0
No release in over a year
for development app with tencent cloud ASR(Automatic Speech Recognition)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 6.1.4, >= 6.1.4.1
 Project Readme

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
  1. 修改 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.