Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturbomtempo-dev/virtual-assistant
Creation of a virtual assistant that writes what the user said, in addition to opening Google Chrome and Excel.
https://github.com/arturbomtempo-dev/virtual-assistant
iot machine-learning python virtual-assistant
Last synced: 5 days ago
JSON representation
Creation of a virtual assistant that writes what the user said, in addition to opening Google Chrome and Excel.
- Host: GitHub
- URL: https://github.com/arturbomtempo-dev/virtual-assistant
- Owner: arturbomtempo-dev
- Created: 2022-10-14T04:48:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T12:13:03.000Z (over 1 year ago)
- Last Synced: 2025-02-07T19:38:31.137Z (5 days ago)
- Topics: iot, machine-learning, python, virtual-assistant
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual assistant
Project developed through a video lesson from [Digital Innovation One](https://www.dio.me/) with the goal of introducing knowledge about IoT and Machine Learning. For this, a virtual assistant was created using the Python programming language, along with the OS and Speech Recognition libraries.## 🔨 Project functionality
The main function of this project is to make the virtual assistant perform some simple functions, such as typing what the user said, opening Google Chrome and Excel.## 💻 Technologies used
* [Python](https://docs.python.org/pt-br/3/tutorial/): programming language
* [Speech Recognition](https://pypi.org/project/SpeechRecognition/): voice recognition
* [OS](https://docs.python.org/pt-br/3.7/library/os.html): use features that are operating system-dependent## 📁 Access and execute project
### 1. Install [Python](https://www.python.org/downloads/) on your computer### 2. Clone [this repository](https://github.com/ArturColen/VirtualAssistant) on your machine
* Create a folder on your computer for this program
* Open the `terminal` inside this folder
* Copy the [URL](https://github.com/ArturColen/VirtualAssistant.git) from the repository
* Type `git clone ` and press `enter`### 3. Still inside the terminal, install the following library:
* Speech Recognition: `pip install SpeechRecognition`### 4. Run the program from the terminal
* `python virtual-assistant.py`