Keswiik
convert c# to .exe
By "create a local ai", do you mean pulling down some random LLM and asking it questions? Or are you wanting to train / create something custom?
Assuming the latter, it is going to be very difficult for you since:
1) ML stuff is complicated and very math heavy, if you do not know what you are doing then random YT tutorials are unlikely to help you
2) you don't know c# (i am going to assume you are a beginner to programming in general)
If your goal is just to run a pre-existing language model, like llama, gemini, etc, and you have hardware capable of loading them.... take a look at LMStudio: https://lmstudio.ai/
30 replies