DEV Community

Novus Nova
Novus Nova

Posted on

I built my own local AI assistant with Python (runs fully offline)

Hi!

Over the last few weeks I built a small personal AI assistant just for learning.

It runs 100% locally on my PC (no cloud).

Features:

  • per user memory
  • voice replies (TTS)
  • conversational companion style chat
  • basic image understanding
  • language change according to user (ES/EN)

I wanted to understand how everything works under the hood instead of using APIs.

If anyone wants to test it and give feedback, I'd love to share the demo link πŸ™‚
link here: https://shortly-overmodest-dangelo.ngrok-free.dev

Top comments (0)