Skip to content

themw123/jarvis_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jarvis

Jarvis is your conversational assistant available as a console programm. It can be used all local. The software consists of client and server.

  • Wake Word 👋:

    • openwakeword(local)
  • Voice To Text 📝:

    • faster-whisper(local)
    • whisper
    • google gtts
  • Brain 🧠:

    • ollama(local)
    • groq
    • chatGPT
  • Text to Speech 💬:

    • piper (local)
    • xtts (local)
    • google gtts

Demo Video

with completely local setup: ollama(LLama3:8b), whisper_local(medium) and piper

jarvis_v2_demo.mp4

Setup:

  • read /backend and /client readme