Category: Artificial Intelligence
Writing Better Code with Ollama
Apple is coming for Rabbit
GPT-4 Vision + Zapier + MindStudio (INSANE Automations)
Matt creates an automation that transcribes handwritten notes and emails as text.
AutoGen Studio 2.0 Tutorial – Skills, Multi-Agent Teams, and REAL WORLD Use Cases (NO CODE)
Open-source PixArt-δ image generator spits out high-resolution AI images in 0.5 seconds
Customize Ollama with Environment Variables
AI inference faster than you can type
How To Build Facial Recognition From Scratch In Python (Tutorial / Easy)
Ollama Copilot (Free)
AI News: Incredible AI Phone & AGI is Coming!
How To Store ALL Of Humanity’s Knowledge IN YOUR HOME (Tutorial)
Ollama Web UI
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)
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
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