Is there a user friendly self hosted AI guide? Low or No Code

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.

1 Like

Thank you for asking your question. Just letting you know that I changed the category.

The wiki section is where the actual wiki’s go, not requests.


Happy forum’ing! :wave:

1 Like

That’s a bit of a broad request, but some basics are:

1 Like

Might be out of your comfort zone, but if you want to dip your toe into linux and the command line interface, ollama is great.

Wendell wrote a guide for Ubuntu

2 Likes

This might be a good video on the topic.
Chuck shows how to quickly setup ollama and a Web UI for it.

4 Likes

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.

Amazing, I have no idea how I missed this guide. Thanks so much!

1 Like

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.

1 Like

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.

1 Like