https://github.com/th-shivam/vyom
VYOM (Virtual Yet Omnipotent Machine) is a futuristic AI-powered personal assistant , inspired by J.A.R.V.I.S. from Iron Man. Designed to simplify your digital life, VYOM uses advanced language models and browser automation to handle complex tasks with simple voice or text commands.
https://github.com/th-shivam/vyom
ai artificial-intelligence groq-integration image-generation ironman jarvis jarvis-ai open-source pyhton virtual-ai-assistant
Last synced: 2 months ago
JSON representation
VYOM (Virtual Yet Omnipotent Machine) is a futuristic AI-powered personal assistant , inspired by J.A.R.V.I.S. from Iron Man. Designed to simplify your digital life, VYOM uses advanced language models and browser automation to handle complex tasks with simple voice or text commands.
- Host: GitHub
- URL: https://github.com/th-shivam/vyom
- Owner: Th-Shivam
- License: mit
- Created: 2025-06-06T06:28:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-06T06:57:53.000Z (4 months ago)
- Last Synced: 2025-07-02T03:37:38.117Z (3 months ago)
- Topics: ai, artificial-intelligence, groq-integration, image-generation, ironman, jarvis, jarvis-ai, open-source, pyhton, virtual-ai-assistant
- Language: Python
- Homepage:
- Size: 6.19 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ค VYOM โVirtual Yet Omnipotent Machine
![]()
VYOM (Virtual Yet Omnipotent Machine) is a futuristic AI-powered personal assistant , inspired by J.A.R.V.I.S. from Iron Man.
Designed to simplify your digital life, VYOM uses advanced language models and browser automation to handle complex tasks with simple voice or text commands.
---
## ๐ Features
* ๐ค **Voice Command Support** โ Just say it, VYOM gets it done.
* โ๏ธ **AI-Powered Content Writing** โ Generate leave applications, emails, and more.
* ๐ **Web Automation** โ Automated human-like browsing using Playwright.
* ๐ง **Smart Decision-Making** โ Understands context and responds intelligently.
* โก **Multithreaded Performance** โ Fast, efficient execution without lag.
* ๐งน **Modular Structure** โ Easy to extend with new abilities and actions.
* ๐ต๏ธโโ๏ธ **Stealth Mode** โ Designed to behave like a real human online.---
## ๐งช Technologies Used
* **Python 3.13+**
* **Groq / OpenAI LLMs**
* **Playwright for Python**
* **Asyncio & Threading**
* **Custom NLP Pipeline**
* **Virtual Environments**---
## ๐ Installation & Setup
```bash
# 1. Clone the repository
git clone https://github.com/your-username/vyom.git
cd vyom# 2. Set up a virtual environment
python -m venv .venv
.venv\Scripts\activate # For Windows# 3. Install dependencies
pip install -r requirements.txt4. Add your API keys to .env file
# Example:
GROQ_API_KEY=your_key_here
CohereAPIKey = your_key_here
Username = your_name_here
AssistantName = VYOM
InputLanguage = en
AssistantVoice = en-CA-LiamNeural
HuggingFaceAPIKey = your_key_here
# 5. Run the assistant
python main.py
```## ๐ฎ Future Add-ons
* ๐จ GUI Interface with Tkinter or PyQt
* ๐ฑ Mobile companion app
* ๐ Smart scheduler and reminders
* ๐ฉ WhatsApp/Telegram integration
* ๐งฏ Offline Mode using local AI---
## ๐ Acknowledgements
Thanks to:
* **Groq** for powerful models
* **Playwright** for automation
* All open-source contributors & mentors---
## ๐ License
Licensed under the **MIT License** โ free to use, modify, and distribute.
---
> Made with โค๏ธ by SHIVAM SINGH
> *โVYOM โ Not just virtual, truly yours.โ*