AI
Self hosting
Whisper WebGPU: Real-Time in-Browser Speech Recognition with OpenAI Whisper - MarkTechPost
Whisper WebGPU: Real-Time in-Browser Speech Recognition with OpenAI Whisper

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
LLM OS - Phidata
docs.phidata.comFull LLM stack with fastapi server. Their ui for tools and agents is pretty good.
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 - urchade/GLiNER: Generalist and Lightweight Model for Named Entity Recognition (Extract any entity types from texts) @ NAACL 2024
github.com