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

https://github.com/cuongndc9/akira

A simple virtual assistant 👰🏻 (The first application helps me have a motivation to learn Machine Learning).
https://github.com/cuongndc9/akira

103cuong akira assistant machine-learning motivation python virtual-assistant

Last synced: about 1 year ago
JSON representation

A simple virtual assistant 👰🏻 (The first application helps me have a motivation to learn Machine Learning).

Awesome Lists containing this project

README

          

Not using GitHub? Find me on [LinkedIn](https://www.linkedin.com/in/cuong9/)!
goodbye coding 👋
# akira

A simple virtual assistant 👰🏻 (The first application helps me have a motivation to learn Machine Learning).

Thank 🙏 [Dũng Lại Lập Trình](https://www.youtube.com/channel/UCMYT8xymrm4VOP241b86MCQ) for [awesome video](https://www.youtube.com/watch?v=wVboOz_O8rE).

## installation

```shell
./install.sh
```

*MacOS: when can’t install pyaudio with pip, try this solution*

```shell
pip install --global-option='build_ext' --global-option='-I/usr/local/include' --global-option='-L/usr/local/lib' pyaudio
```

## usage

```shell
./start.sh
```

## license

MIT © [Cuong Tran](https://github.com/103cuong)