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

https://github.com/nxroot/ai-voice-control

Control your PC using the fastest speech recognition in the world.
https://github.com/nxroot/ai-voice-control

ai commands dotnet fast offline-speech-recognition speech-recognition

Last synced: 4 months ago
JSON representation

Control your PC using the fastest speech recognition in the world.

Awesome Lists containing this project

README

          

# AiVC - AI Voice Control

This project was developed with C# using .NET CLI.

[WATCH DEMO VIDEO](https://www.youtube.com/watch?v=y3oFwVHh8Yk)

## Features

* 💯  Control your PC using speech recognition.
* ✍️  Create your own scripts and execute as commands.
* 🚀  Fastest speech recognition in the world.

## How to Install
| Exe | Description | Releases |
| -------- | ------- | ------- |
| | Download the latest version | [Download](https://github.com/NxRoot/ai-voice-control/archive/refs/heads/master.zip) |

## Requirements

* [.NET Framework 4.7](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net47).

## Configuration

* Click the `Config` button inside the tray icon on windows taskbar.

* This will take you to the `config.json` file inside the download folder.
* After making your changes you must restart the application.

```
[
{
"input": ["open google"],
"command": "start https://google.com"
},
{
"input": ["open netflix"],
"command": "start https://netflix.com"
},
{
"input": ["open youtube"],
"command": "start https://youtube.com"
},
{
"input": ["open chat gpt", "open chatgpt"],
"command": "start https://chatgpt.com"
},
{
"input": ["open console", "open terminal"],
"command": "start"
}
]
```

##  
⭐ If you find this useful!