30,299 skills found · Page 1 of 1010
google / LangextractA Python library for extracting structured information from unstructured text using LLMs with precise source grounding and interactive visualization.
pydantic / PydanticData validation using Python type hints
twintproject / TwintAn advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
NVIDIA / TensorRT LLMTensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT LLM also contains components to create Python and C++ runtimes that orchestrate the inference execution in a performant way.
ageron / Handson Ml3A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
asweigart / PyautoguiA cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
rougier / Scientific Visualization BookAn open access book on scientific visualization using python and matplotlib
numba / NumbaNumPy aware dynamic Python compiler using LLVM
cython / CythonThe most widely used Python to C compiler
rany2 / Edge TtsUse Microsoft Edge's online text-to-speech service from Python WITHOUT needing Microsoft Edge or Windows or an API key
EpistasisLab / TpotA Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
google / Re2RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
catboost / CatboostA fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
ipkn / CrowCrow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
kreuzberg-dev / KreuzbergA polyglot document intelligence framework with a Rust core. Extract text, metadata, images, and structured information from PDFs, Office documents, images, and 91+ formats. Available for Rust, Python, Ruby, Java, Go, PHP, Elixir, C#, R, C, TypeScript (Node/Bun/Wasm/Deno)- or use via CLI, REST API, or MCP server.
jvns / Pandas CookbookRecipes for using Python's pandas library
pydantic / MontyA minimal, secure Python interpreter written in Rust for use by AI
ujjwalkarn / DataSciencePythoncommon data analysis and machine learning tasks using python
genkit-ai / GenkitOpen-source framework for building AI-powered apps in JavaScript, Go, and Python, built and used in production by Google
aiogram / Aiogramaiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio