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.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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????
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...
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.