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.
- Host: GitHub
- URL: https://github.com/nxroot/ai-voice-control
- Owner: NxRoot
- Created: 2025-04-04T14:12:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T16:09:23.000Z (about 1 year ago)
- Last Synced: 2025-10-17T14:00:48.358Z (8 months ago)
- Topics: ai, commands, dotnet, fast, offline-speech-recognition, speech-recognition
- Homepage: https://www.youtube.com/watch?v=y3oFwVHh8Yk
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
