Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`