ask-me-something

A speech to text library.


Keywords
python, speech-recognition, speech-to-text
License
MIT
Install
pip install ask-me-something==0.1.4

Documentation

Ask Me Something

A speech to text library.

Install

pip3 install ask-me-something

Using

The ask function prints and returns the recognized content

In another script

from ask_me_something import ask

# ask(text = "Say something to mic", language = "en-en")

ask()

In command line

  -h, --help            show this help message and exit
  -l LANGUAGE, --language LANGUAGE
                        Language
ask