Whisper is OpenAI’s model and Python package for speech recognition, speech translation into English, and language identification in audio files.
Open Source catalog
A catalog of useful open source projects from GitHub. Every page includes current stars, author, tags, language, license, and a description in the selected language.
Repositories
PyTorch is an open framework for tensor computation and deep learning in Python, with dynamic neural networks and GPU support.
HowToCook is an open cookbook for programmers, with recipes, ingredients, and step-by-step structure written like clear documentation.
Angular is Google’s TypeScript framework for web apps, with components, templates, dependency injection, routing, and a large built-in feature set.
Neovim is a Vim fork focused on extensibility, Lua configuration, built-in LSP, terminal UI, and a modern editor architecture.
Every Programmer Should Know is an open collection of technical topics useful for developers: systems, networking, security, databases, and engineering fundamentals.
FastAPI is a Python API framework built on type hints, Starlette, and Pydantic, with automatic OpenAPI documentation and an async model.
Material UI is a React component library and design system around Material Design, theming, ready-made controls, and interface patterns.
Ant Design is a React library and design language for enterprise interfaces, with tables, forms, navigation, and a large component set.
Browser Use is a Python tool for browser AI agents: the model gets a browser action space, profile, domain limits, and a task execution loop.
The Fuck is a Python command-line utility that analyzes the previous command and suggests a corrected version through a rule system.
LLMs from scratch is Sebastian Raschka’s educational repository for implementing a GPT-like language model step by step in PyTorch.