Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onuratakan/onur_voice_assistant

A modular and expandable voice assistant.
https://github.com/onuratakan/onur_voice_assistant

assistant pyhton3 python sesli-asistan speech-recognition voice-assistant voice-commands voice-recognition

Last synced: 1 day ago
JSON representation

A modular and expandable voice assistant.

Awesome Lists containing this project

README

        

# ONUR Voice Assistant | [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![GitHub license](https://img.shields.io/github/license/onuratakan/ONUR_Voice_Assistant)](https://github.com/onuratakan/ONUR_Voice_Assistant/blob/master/LICENSE)
A modular and expandable voice assistant.
# Install
```
pip install ONUR-Voice-Assistant
```
# Using
## In another script
```python
from ONUR_Voice_Assistant import ONUR

ONUR.run_api()
```
## In command line
```console
onur_api
```