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

https://github.com/oviwanazul124/python-virtual-asistant

Virtual Assistan using Python
https://github.com/oviwanazul124/python-virtual-asistant

python virtualassistant

Last synced: 4 months ago
JSON representation

Virtual Assistan using Python

Awesome Lists containing this project

README

          

# Python Virtual Assistant

This is a simple virtual assistant, that will help you to do some basics task via voice commands using WhisperAI recognition model

## Features
Right now the assistant is able to do:

- Open Webs: Domains like google, youtube or others

- Open App: Right now opens app like calc.exe or others [This feature is only developed for Windows, also dosen't have any type of filtrer of what apps is executing]

- Shutdown: Turns off your device, dosen't ask for confirmations [I'm working to add a confirmation]

- Wikipedia Search: The assistant is able to read from wikipedia and talk about it

- Support for two languages:
- Spanish
- English

- You can easily add your own commands. For more information refer to the [documentation]()

## Installations instructions

This will be updated when the first release is reached, right now only the source code is published.

## Usage

This also will be updated when the first release is reached, right now only the source code is published.

## Configuration

You can easily add more languages by adding it to the languages folder or modify some basics configurations in the config.ini. For more information refers to the [documentation]()