I want to begin learning more about AI and some generic use cases so I don’t have super specific objectives here. But I want a user friendly guide on how to set up a self hosted AI solution where I can leverage models from hugging face or whatever and just start the creative juices flowing. This more of an academic exercise than anything.
Possible ideas, image recognition, DIY LLM, Organize File Folder Contents, etc etc.
thanks! Thank you so much for the concise response. it was designed to be a broad request so I get that. I was more looking for good examples of “homelab” AI uses cases just to get my feet wet.
This is how I started, by setting up discrete LLM’s one at a time. It works, no doubts there, but is cumbersome and inflexible, usually needing specific versions of files that conflict with other installs and the dancing around those issues that goes with that.
Check out LMStudio to try thousands of different LLM locally depending on what your system can support. Windows, Mac and Linux versions.
Matthew Berman on YouTube does an excellent job of showing you how to run many LLM locally as well as using ties to established online resources.
Another option to consider is AnythingLLM. It can work with most LLM servers such as ollama or LM Studio, and can also help you explore the world of using RAG and vector databases.