Mimir

Mimir Used AI

3 devlogs
35h 59m
Created by Moritz

Mimir is a desktop AI Assistant similar to microsofts Recall Feature, but fully local, private, and open source. This way, your data stays where it belongs: with you, and you alone.

Timeline

Tried to get CUDA working for 9 hours. I am beginning to see hallucinations. It still doesn't work. I think this is what my personal version of purgatory looks like. Why do the Driver Gods hate me????

Update attachment
Moritz
Moritz
5h 17m 1 day ago

Managed to implement local AI inference using llamacpppython after checks clock 5 HOURS??? Getting the LLM to work was quite trivial task, but doing the processing on the GPU turns out to be way harder than i thought. CUDA seems to break as soon as I look at it, I had to install 3 different versions, and it still doesnt work...

Update attachment
Moritz
Moritz
21h 23m 22 days ago

Created a simple text input window after fighting with Tkinter for a few hours. Turns out: Windows development in anything other than C# is a MESS.

Update attachment