Skip to content
forked from Abhishek-op/SR

Kivy-android speech recognition

Notifications You must be signed in to change notification settings

AM-ash-OR-AM-I/SR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a kivy-android speech to text repo.

See a example vedio::

http://youtube.com/shorts/wvZQshoAw-Q?feature=share

note:: Needed permissions for Android: RECORD_AUDIO (and INTERNET if you want online voice recognition API to be used)

To start listening::

>>> from Speechrecognizer import stt
>>> stt.start()

To retrieve partial results while listening::

>>> assert stt.listening
>>> print(stt.partial_results)

To stop listening::

>>> stt.stop()

To retrieve results after the listening stopped::

>>> print(stt.results)

Just follow☝️ me and Star⭐ my repository

Buy me a coffee: paypal:: https://www.paypal.me/thehackerone

About

Kivy-android speech recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%