{"id":20961486,"url":"https://github.com/adarsh832/ash_ai","last_synced_at":"2026-02-02T00:02:01.545Z","repository":{"id":261956433,"uuid":"885805347","full_name":"adarsh832/Ash_AI","owner":"adarsh832","description":"An personalized AI that can do some system work and genrate answers","archived":false,"fork":false,"pushed_at":"2024-12-15T11:09:21.000Z","size":400,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T22:11:16.173Z","etag":null,"topics":["ai","flask","ollama","python3","voice-assistant","voice-recognition"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adarsh832.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-09T12:52:50.000Z","updated_at":"2024-12-25T12:02:35.000Z","dependencies_parsed_at":"2024-11-09T14:41:15.955Z","dependency_job_id":"b80c1a03-41e1-4c20-a97e-1c0af05827f7","html_url":"https://github.com/adarsh832/Ash_AI","commit_stats":null,"previous_names":["adarsh832/ai","adarsh832/ash_ai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adarsh832%2FAsh_AI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adarsh832%2FAsh_AI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adarsh832%2FAsh_AI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adarsh832%2FAsh_AI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adarsh832","download_url":"https://codeload.github.com/adarsh832/Ash_AI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250372054,"owners_count":21419710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","flask","ollama","python3","voice-assistant","voice-recognition"],"created_at":"2024-11-19T02:13:53.700Z","updated_at":"2026-02-02T00:02:01.501Z","avatar_url":"https://github.com/adarsh832.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ash - AI Voice Command System\n# Run this app with Gui Interface to use it as a voice assistant (app.py)\n# If you want to change name of the wake word, just find\u0026replace \"Ash\" in the code\n\nAn advanced AI-powered voice command system that can control your computer through natural language commands and respond to questions using LLM (Language Learning Models).\n\n## Most important to download is Ollama and install llama3.2 model or it will not generate response\n\n## Features\n\n- 🎙️ Voice Command Recognition\n- 🤖 Natural Language Processing\n- 💻 System Control Commands\n- 🔊 Voice Feedback\n- 📚 Question Answering\n- 🧠 Learning Capabilities\n- 🔄 Context Awareness\n\n## Interface Features\n\n1. **Command Line Interface**\n   - Text-based input and output\n   - Command history\n   - Auto-completion support\n   - Color-coded responses\n\n2. **Voice Interface**\n   - Wake word detection (\"Hey Ash\")\n   - Real-time voice recognition\n   - Natural speech responses\n   - Background noise filtering\n   - Multi-language support\n\n3. **GUI Interface**\n   - Clean, modern design\n   - Command visualization\n   - System status indicators\n   - Settings configuration panel\n   - Command history viewer\n\n## System Commands Available\n\n1. **App Control**\n   - Open applications (`open chrome`, `open notepad`)\n   - Close applications (`close chrome`)\n   - Minimize/Maximize windows (`minimize all`, `minimize current`)\n\n2. **Volume Control**\n   - Adjust volume (`increase volume`, `decrease volume`)\n   - Mute/Unmute (`mute`, `unmute`)\n   - Set volume levels (`max volume`, `min volume`)\n\n3. **Brightness Control**\n   - Adjust brightness (`increase brightness`, `decrease brightness`)\n   - Set brightness levels (`max brightness`, `min brightness`)\n\n4. **Power Management**\n   - System power (`shutdown`, `restart`)\n   - Power states (`sleep`, `hibernate`)\n   - Session control (`lock screen`, `log out`)\n\n5. **Network Management**\n   - WiFi control (`wifi on`, `wifi off`)\n   - Network info (`check internet`, `show wifi networks`)\n   - Bluetooth (`bluetooth on`, `bluetooth off`)\n\n6. **Display Settings**\n   - Display modes (`night mode`, `dark mode`, `light mode`)\n   - Screen control (`rotate screen`, `change resolution`)\n   - Multi-display (`mirror display`, `extend display`)\n\n## Installation\n\n1. **Clone the Repository**\n   ```bash\n   git clone https://github.com/adarsh832/AI.git\n   cd ai-voice-command\n   ```\n\n2. **Install Requirements**\n   ```bash\n   pip install -r requirements.txt\n   python -m spacy download en_core_web_sm\n   ```\n\n3. **Additional Requirements**\n   - Windows: Download [NirCmd](https://www.nirsoft.net/utils/nircmd.html) for volume control\n   - Linux: Install required packages\n     ```bash\n     sudo apt-get install wmctrl xdotool\n     ```\n   - macOS: Install additional tools\n     ```bash\n     brew install brightness\n     ```\n\n## Usage\n\n1. **Run with Text Input**\n   ```bash\n   python example.py\n   ```\n\n2. **Run with Voice Commands**\n   ```bash\n   python voice_commands.py\n   ```\n3. **Run with GUI**\n   ```bash\n   python app.py\n   ```\n\n3. **Voice Command Examples**\n   - \"Open Chrome\"\n   - \"Increase volume\"\n   - \"What is Python?\"\n   - \"Minimize all windows\"\n   - \"Check internet connection\"\n\n## Project Structure\n\n```\nai-voice-command/\n├── commands/                    # Command implementation modules\n│   ├── __init__.py            # Package initializer\n│   ├── accessibility_commands.py # Accessibility features control\n│   ├── app_commands.py        # Application control\n│   ├── brightness_commands.py  # Screen brightness control\n│   ├── display_commands.py    # Display settings control\n│   ├── file_commands.py       # File operations\n│   ├── input_commands.py      # Input device control\n│   ├── media_commands.py      # Media playback control\n│   ├── network_commands.py    # Network and connectivity\n│   ├── power_commands.py      # Power management\n│   ├── security_commands.py   # Security features\n│   ├── system_commands.py     # System operations\n│   └── volume_commands.py     # Audio volume control\n│\n├── example.py                  # Text-based interface\n├── voice_commands.py          # Voice command interface\n├── nlp_processor.py           # Natural Language Processing\n├── generation_handler.py      # LLM response generation\n├── ollama_generator.py        # Ollama integration\n├── system_commands.py         # Command executor\n├── requirements.txt           # Project dependencies\n└── README.md                  # Project documentation\n```\n\n### Key Components\n\n1. **Command Modules** (`commands/`)\n   - Separate modules for different command categories\n   - Platform-specific implementations\n   - Error handling and feedback\n\n2. **Core Files**\n   - `example.py`: Text interface for testing\n   - `voice_commands.py`: Voice command interface\n   - `nlp_processor.py`: Natural language understanding\n   - `generation_handler.py`: AI response generation\n\n3. **Integration**\n   - `ollama_generator.py`: LLM integration\n   - `system_commands.py`: System command execution\n\n### Command Categories\n\n1. **System Control**\n   - App management\n   - Volume control\n   - Brightness adjustment\n   - Power management\n\n2. **Network \u0026 Connectivity**\n   - WiFi control\n   - Bluetooth management\n   - Internet connectivity\n\n3. **Display \u0026 Interface**\n   - Screen settings\n   - Display modes\n   - Input devices\n\n4. **Security \u0026 Files**\n   - File operations\n   - Security features\n   - System protection\n\n5. **Accessibility**\n   - Screen readers\n   - Visual aids\n   - Input assistance\n\n### Development Structure\n\n1. **Core Logic**\n   - NLP processing\n   - Command classification\n   - Voice recognition\n\n2. **Command Execution**\n   - Platform detection\n   - Command routing\n   - Error handling\n\n3. **User Interface**\n   - Text interface\n   - Voice interface\n   - Feedback system\n\n4. **AI Integration**\n   - LLM connection\n   - Response generation\n   - Context management","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadarsh832%2Fash_ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadarsh832%2Fash_ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadarsh832%2Fash_ai/lists"}