J.A.R.V.I.S banner

J.A.R.V.I.S

3 devlogs
3h 21m 19s

Creating my very own JARVIS that will help me in my day to day work, will answer my questions through speech recognition, will be able to do special commands for special hand gestures, and much more!

This project uses AI

Used ChatGPT for debugging and Claude for conversion of JSON formatting

Repository

Loading README...

Jahaan

Updates:

  • Made code more readable and seperated into folders and specific classes for each step in the pipeline.
  • Changed model form Googles Ai to GMeta Llama for free use, however the model is much slower

Future Steps:

  • I will be getting my Raspberry Pi 5 pretty soon so I will load in a LLM into it for local offline use, no need to use API Keys or other cloud based AI’s
0
Jahaan

Updates:

  • Added speech recognition
  • Made sure the output is formatted text
  • Cleaned up code and fixed errors
  • Used Claude for converting JSON special things (idk what they are called)

Inspiration:
https://github.com/GauravSingh9356/J.A.R.V.I.S?tab=readme-ov-file

Future steps:

  • Create a GUI for my jarvis
  • Connect it to a raspberry pi 5 so that it can run locally instead of on the cloud
  • make it talk back to me (text to speech)

P.S. It got my name WRONG (its Jahaan)

0
Jahaan

Updates

  • Initialized api_key from HackClub’s free AI website
  • Created a shell script for a custom command (hey-jarvis) to run the AI model from anywhere in the terminal

Future Steps:

  • Add speech and face recognition
  • Command 3D models through specific hand gestures
  • Create a GUI for jarvis just like Siri
0