Author: tim
Ollama Web UI
AFTER 13 YEARS… I finally tried an Apple iPhone 15 Pro.
Speech Interface for Ollama
I created [HTML5_Ollama_Speech] which is a speech interface that interacts with Ollama.
How I Made AI Assistants Do My Work For Me: CrewAI
AutoGen Studio Tutorial – NO CODE AI Agent Builder (100% Local)
Where are the Pi 5’s? I asked Eben Upton at CES 2024
Build the Wyoming Voice Satellite With ChatGPT and a Raspberry Pi To Replace Alexa & Google FOREVER!
Unreal Fest 2023 livestream recordings
These 3D Printers Print 3D Printers!
Local AI Just Got Easy (and Cheap)
I Ran Advanced LLMs on the Raspberry Pi 5!
TensorFlowTTS
MyShell: OpenVoice Text-To-Speech+Cloning
Using the Chat Endpoint in the Ollama API
I Built a Flying Umbrella
Rabbit R1: The First Personal AI AGENT Device NO ONE Saw Coming (Look Out, Apple)
Whats New in Ollama 0.1.18?
Install Ollama with GPU acceleration on Windows:
docker run -d --gpus=all -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
Run the llama2 LLM:
docker exec -it ollama ollama run llama2
Run the llava (image to text) model:
docker exec -it ollama ollama run llava