
Setting up an AI Proxy on the Raspberry Pi with LiteLLM
In this project, you will learn how to turn your Raspberry Pi into an Ai Proxy powered by LiteLLM. This enables you to use different Ai models all from the one API endpoint. Read More...
Find some of the neat projects that you can do with Ai on a Raspberry Pi.
In this project, you will learn how to turn your Raspberry Pi into an Ai Proxy powered by LiteLLM. This enables you to use different Ai models all from the one API endpoint. Read More...
In this project, we will be showing you how you can run the Deepseek AI models on a Raspberry Pi by using their distilled variants. A distilled model is essentially a cut down version of the full Deepseek AI model. It isn't as capable but allows it to run on weaker devices. Read More...
Learn how to install and run Open WebUI on your Raspberry Pi. This software gives you a ChatGPT like interface for your self-hosted models. While the software doesn't run models itself it integrates seamlessly into model runners like Ollama. Read More...
In this project, we will be showing you how to install and run Ollama on your Raspberry Pi. This tool lets you easily install and run LLMs. For example, you can use this tool to install and run Llama3 or Phi3 with just a couple of commands. Read More...
By following this guide, you will learn how to compile OpenCV on the Raspberry Pi successfully. OpenCV is a collection of libraries that help you develop your very own computer vision application. Read More...