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).
- Host: GitHub
- URL: https://github.com/cuongndc9/akira
- Owner: cuongndc9
- License: mit
- Created: 2020-07-25T18:40:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T19:25:04.000Z (about 1 year ago)
- Last Synced: 2025-03-07T19:30:00.544Z (about 1 year ago)
- Topics: 103cuong, akira, assistant, machine-learning, motivation, python, virtual-assistant
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)