harshpratapsinghhh /
PROJECT-MYRA
MYRA (Multimodal Yielding Responsive Assistant) is a voice-controlled personal AI assistant with a modular Python backend and a futuristic neural web interface inspired by Jarvis.
34/100 healthLoading repository data…
harshpratapsinghhh / repository
MYRA (Multimodal Yielding Responsive Assistant) is a voice-controlled personal AI assistant with a modular Python backend and a futuristic neural web interface.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
MYRA is a Jarvis-style personal AI assistant designed to go beyond basic command execution and evolve into a context-aware, proactive, and adaptive system.
Unlike traditional assistants that only respond to commands, MYRA:
The goal of MYRA is to simulate a real-world intelligent assistant that can think, adapt, and interact like a companion rather than a tool.
MYRA combines:
This ensures both precision and flexibility.
Play songs via YouTube automatically
Resume / pause / next / previous controls
Remembers:
Suggests:
MYRA does not wait passively. It:
Detects user inactivity
Suggests actions intelligently
Uses:
Example: "You’ve been quiet. Want me to play something like Kesariya?"
Example: "You’ve seemed a bit low lately. Want something uplifting?"
MYRA uses a dual-memory system:
This separation allows:
Powered by OpenAI API:
Example: User: "bhai mood off hai" MYRA: "kya hua? kuch serious hai ya bas thakaan hai?"
MYRA adapts tone based on:
Modes include:
MYRA can:
Decide when to act vs when to ask
Use confidence scoring based on:
Example: "It's late. Playing something calm for you."
User Input (Voice/Text)
↓
Wake Word Detection
↓
Intent Engine ─────────────→ Action Execution
↓
(No intent)
↓
AI Brain (LLM)
↓
Response Generation
↓
Memory Update (Short + Long)
myra/
│
├── core/
│ ├── brain.py
│ ├── intent_engine.py
│ ├── memory_engine.py
│ ├── proactive_engine.py
│ ├── decision_engine.py
│ ├── personality_engine.py
│ ├── ai_brain.py
│
├── actions/
│ ├── music_actions.py
│
├── input/
│ ├── voice_listener.py
│ ├── wake_word.py
│
├── output/
│ ├── speaker.py
│
├── config/
│ ├── assistant_config.py
│
├── memory.json
├── history.json
├── run.py
git clone <your-repo-link>
cd myra
pip install -r requirements.txt
setx OPENAI_API_KEY "your_api_key"
Restart terminal after this.
python run.py
Harsh Pratap Singh BTech CSE (3rd Year) Focused on AI/ML, Robotics, and Intelligent Systems
To build a fully autonomous, real-time AI assistant capable of:
MYRA is not just a project — it is the foundation of that vision.
Selected from shared topics, language and repository description—not editorial ratings.
harshpratapsinghhh /
MYRA (Multimodal Yielding Responsive Assistant) is a voice-controlled personal AI assistant with a modular Python backend and a futuristic neural web interface inspired by Jarvis.
34/100 health