AI
Whisper WebGPU: Real-Time in-Browser Speech Recognition with OpenAI Whisper - MarkTechPost
Whisper WebGPU: Real-Time in-Browser Speech Recognition with OpenAI Whisper
LLM OS - Phidata
docs.phidata.comFull LLM stack with fastapi server. Their ui for tools and agents is pretty good.

I finally understand how GPT generates text.
Really helps to code it from scratch in Python.
There are 5 components:
• token embeddings
• positional embeddings
• transformer blocks
• layer normalization
• output head
It sounds complex, but grokking GPT is simple.
Token embeddings turn input text into meaningful vectors that capture semantic mea... See more
AI + Blockchain research. How gpt works from scratch
Creating test suites - bench documentation
Creating test suites - bench documentation
Best way to manage ai experiments. Very generic and extendible. Should make something similar.
GitHub - arthur-ai/bench: A tool for evaluating LLMs