Giter Site home page Giter Site logo

wyf0638 / libasrutil Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mimepp/libasrutil

0.0 0.0 0.0 31.1 MB

Utility lib for Automated Speech Recognition based on Baidu REST API

License: GNU Lesser General Public License v3.0

Makefile 10.81% Shell 0.72% M4 6.51% C 81.96%

libasrutil's Introduction

asrutil is a utility for ASR (automatic speech recognition), it is based on baidu asr sample.
=====================================================
(You can use it in commercial software, but please let me know.)
This application is dedicated to my lovely son (Hean Yu).

How to build asrutil from source code?
=====================================================
o download:
  git clone https://github.com/mimepp/libasrutil.git

o prepare before configure
  please install depends, on ubuntu e.g.:
  sudo apt-get install gtk-doc-tools libjson-c-dev libcurl4-nss-dev libssl-dev

  - json-c will be used for parse response of request to baidu api
  - curl will be used for access baidu api
  - crypto will be used for MD5 function

o configure:
  cd libasrutil
  ./autogen.sh
  ./configure
  (run ./configure --help for more options)

o build:
  make

o install (need root)
  make install

o run the test
  make run_all
  there is VAD (Voice Active Detection) in run_voice_zh_4, this is a good sample for your reference.

o other
  the folder of media_files is helpful to you if you do not have media file for test.

How to build and run asrutil on target board.
=====================================================
TODO

Where can I get more information:
=====================================================
BLOG: http://blog.csdn.net/mimepp
Still have problems please send email to [email protected]

libasrutil's People

Contributors

yut616 avatar mimepp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.