Skip to content

NxRoot/ai-voice-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

4 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

AiVC - AI Voice Control

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

WATCH DEMO VIDEO

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

Requirements

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!

About

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

Topics

Resources

Stars

Watchers

Forks