Skip to content

🎙️Desktop Assistant that allows you to speech and do process using your voice.

Notifications You must be signed in to change notification settings

RlxChap2/VirtualAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎙️ Virtual Assistant 🤖

C# .NET Windows

A sophisticated voice-controlled virtual assistant built with C# and Windows Speech Recognition.

Experience seamless voice control for your basic computer tasks!

🌟 Features

Command Description Emoji
Hello Initiate conversation 👋
Open Notepad Launch Notepad application 📓
Exit Terminate the assistant 🚪
  • 🎯 Voice Recognition: Accurate command detection using System.Speech
  • 💡 Smart Feedback: Interactive console responses
  • 🛠️ Error Handling: Graceful exception management
  • Quick Launch: Instant application execution

🚀 Getting Started

📋 Prerequisites

⚙️ Installation

  1. Clone the repository:
    git clone https://github.com/RlxChap2/VirtualAssistant.git
  2. Open solution in Visual Studio:
    cd VirtualAssistant
    start VirtualAssistant.sln
  3. Build the solution:
    MSBuild /t:Build /p:Configuration=Release

🎮 Usage

VirtualAssistant.exe

Command Flow:

  1. Say "Hello" to activate
  2. Try "Open Notepad"
  3. "Exit" to quit

Demo (Consider adding actual screenshot later)

🧠 Architecture

graph TD
    A[Microphone Input] --> B[Speech Recognition]
    B --> C{Command Matching}
    C --> D[Execute Action]
    D --> E[System Response]
Loading

🛠️ Built With

🤝 Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📜 License

Distributed under the MIT License. See LICENSE for more information.

📧 Contact

Project Link: https://github.com/RlxChap2/VirtualAssistant


Made with ❤️ and ☕ by [RlxChap2] | "Your voice, our command"

About

🎙️Desktop Assistant that allows you to speech and do process using your voice.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages