Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikhilcodes/virtualblu
A Virtual Assistant for Windows PC with wicked Qt Graphics.
https://github.com/nikhilcodes/virtualblu
chatbot deep-learning desktop-app desktop-application desktop-assistant home-assistant keras-implementations natural-language-processing nlp nlp-parsing pyqt5-desktop-application tensorflow-experiments tensorflow-implementations virtual-assistant
Last synced: about 14 hours ago
JSON representation
A Virtual Assistant for Windows PC with wicked Qt Graphics.
- Host: GitHub
- URL: https://github.com/nikhilcodes/virtualblu
- Owner: NikhilCodes
- Created: 2019-04-26T04:22:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T16:15:59.000Z (over 3 years ago)
- Last Synced: 2024-11-12T17:03:58.597Z (about 14 hours ago)
- Topics: chatbot, deep-learning, desktop-app, desktop-application, desktop-assistant, home-assistant, keras-implementations, natural-language-processing, nlp, nlp-parsing, pyqt5-desktop-application, tensorflow-experiments, tensorflow-implementations, virtual-assistant
- Language: Python
- Homepage: https://github.com/NikhilCodes/VirtualBLU
- Size: 181 MB
- Stars: 59
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# BLU-VI
BLU is an opensource voice assistant.# Dependencies Install Instructions
## Linux
Users using Ubuntu or Fedora on their workstation can run
`./install_deps.sh`
## Windows
* Make sure you have upgraded the python pip to latest version. (**IMPORTANT**)
* Windows users need to run `pip3 install -r requirements.txt` on their shell.
* Then again run `pip3 install pypiwin32` on the same.# Running
Copy paste the following command```python3 BLU.py```
# DEMO
![Screenshot 1](DEMO/ss1.png)
![Screenshot 2](DEMO/ss2.png)Don't forget to drop a star, cause they motivate me to create more like these.