Menu

Post image 1
Post image 2
1 / 2
0

I built a local AI Virtual Assistant (JARVIS inspired) using Python, PyQt6 and Ollama.

DEV Community·Jaime·27 days ago
#6ByKikPV
#comment#ai#python#github#local#desktop
Reading 0:00
15s threshold

Hi everyone! I've been working on a personal project to create a desktop virtual assistant that doesn't rely on the cloud. I wanted something that felt like JARVIS but kept my data 100% private. 🛠️ How it works: Brain: It uses Ollama as the backend, so you can run models like Llama 3, Mistral, or Phi-3 locally. Interface: Built with PyQt6 featuring a "holographic" glassmorphism effect (transparent and sleek). Memory: It has a persistent local memory system to remember previous interactions. Voice: Integrated with Piper for realistic text-to-speech. 🔒 Why local? I wanted to prove that you don't need OpenAI or Google to have a functional assistant. This runs entirely on your hardware. 📂 Source Code & Setup: I've made the repository public and wrote a full guide on how to set it up (it's very easy!). Check it out here: https://github.com/Jm7997/JARVIS I'm still a student/learning, so I'd really appreciate any feedback, feature ideas, or even a star on GitHub if you find it cool!…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More