Skip to content

Romyadhy/Jarvis1Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 JARVIS Lite – My AI Assistant Journey

A free, local, voice-controlled AI assistant built from scratch — step by step.
No cloud. No cost. Just me and Python.


🚀 Project Status: 🔥 In Progress

Feature Status
Voice Input (Microphone) ✅ Done
Text-to-Speech (TTS) ✅ Done
Understands "Hello", "Time", "Date" ✅ Done
Ouput Text ✅ Done
Output Audio ❌ Not Yet

🗓️ Daily Progress Log

📝 Update this section each day with what you did!

📅 Day 1 – September 10, 2025

  • Created project folder: jarvis_lite
  • Installed speechrecognition + pyttsx3
  • Made JARVIS speak the first message!
  • Fixed audio cut-off issue with time.sleep(1)
  • ✅ First working version: listens & speaks correctly!

📅 Day 2 – September 11, 2025

  • Added command recognition: "hello", "time", "date"
  • Fixed silent audio after first line using time.sleep(0.5)
  • Tested full loop — JARVIS now responds to all commands with sound!
  • ✅ Full voice interaction working!

🧩 Next Features (Planned)

  • Open Chrome
  • Search Google
  • Play music via YouTube
  • Tell jokes
  • Control volume
  • Take notes
  • Wake word ("Jarvis")
  • Add GUI (Tkinter)

🛠️ Tech Stack

  • 🐍 Python 3.9+
  • 🔊 pyttsx3 – Text-to-speech
  • 🎙️ speechrecognition – Voice input
  • 🕒 datetime – Time/date handling
  • ⏱️ time – Delay control

📁 Folder Structure

├── jarvis.py # Main script ├── README.md # This file!


🎉 Thanks for Building With Me!

💬 Project for the sake of having nothing to do stay code, no enemies


About

This is project for the sake of having nothing to do, Im just bored

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages