Repository History
233 repositories tagged with Python

claude-plugins-official: The Official Directory for Claude Code Plugins
claude-plugins-official is Anthropic's official repository for high-quality Claude Code Plugins. It provides a curated directory of both internal and third-party plugins, enabling users to extend Claude's capabilities. This repository serves as the central hub for discovering and installing powerful tools for Claude Code.
AI Engineering from Scratch: A Comprehensive Hands-On AI Curriculum
The "AI Engineering from Scratch" repository provides a free, MIT-licensed curriculum for mastering AI engineering from foundational math to advanced agent systems. It emphasizes a hands-on approach, guiding learners to build every algorithm from scratch before utilizing frameworks. With 435 lessons across 20 phases, this project equips students with the practical skills needed to professionally build and deploy AI solutions.

Supply Chain Monitor: Automated Detection of Package Compromises
Supply Chain Monitor is a powerful tool by Elastic designed to automatically detect supply chain compromises in popular PyPI and npm packages. It polls registries for new releases, diffs them against predecessors, and uses an LLM via Cursor Agent CLI to classify changes as benign or malicious. Malicious findings trigger immediate Slack alerts, enhancing security for your software dependencies.

Graphify: Transform Your Codebase into a Queryable Knowledge Graph
Graphify is an innovative AI coding assistant skill that converts any codebase, documentation, and even multimedia files into a queryable knowledge graph. This powerful tool allows developers to navigate complex projects by querying relationships between components, rather than manually searching through files. It integrates seamlessly with popular AI assistants, providing deep insights and streamlining development workflows.

Leo-Health-Core: Unify Apple Health & Whoop Data Locally with SQLite
Leo-Health-Core is an open-source Python tool designed to parse Apple Health and Whoop exports, unifying your biometric data into a local SQLite database. It operates with zero dependencies and no network requests, ensuring complete privacy and local control over your health information. This project allows users to easily query and analyze their personal health trends using standard SQL.

Claude for Legal: AI-Powered Plugins for Legal Workflows with Anthropic's Claude
Claude for Legal is a comprehensive suite of AI-powered plugins designed to streamline legal workflows across various practice areas. It offers agents and skills for in-house, firm, and academic legal work, leveraging Anthropic's Claude to enhance efficiency and accuracy. The repository supports deployment as Claude Cowork/Code plugins or via the Managed Agents API.
JARVIS: Connecting LLMs with the ML Community for AGI Exploration
JARVIS is an innovative system developed by Microsoft that aims to bridge Large Language Models (LLMs) with the broader Machine Learning community. It serves as a collaborative platform, using an LLM as a controller to orchestrate numerous expert models from Hugging Face Hub, thereby facilitating the exploration of Artificial General Intelligence (AGI) and solving complex AI tasks. This system streamlines the process of task planning, model selection, execution, and response generation.

CellProfiler: Open-Source Software for Biological Image Analysis
CellProfiler is a powerful, free, and open-source application designed for biological image analysis. It empowers biologists without programming expertise to quantitatively measure phenotypes from thousands of images automatically. This tool simplifies complex image processing tasks, making advanced analysis accessible to a broader scientific community.

Open Deep Research: A Configurable Open-Source Deep Research Agent
Open Deep Research is a fully open-source, configurable agent designed for deep research applications. It supports various model providers, search tools, and Model Context Protocol (MCP) servers, offering performance comparable to other popular deep research agents. Developed by LangChain, it leverages LangGraph for robust agent orchestration and provides extensive customization options.

waymore: Advanced URL and Archived Response Collection for Reconnaissance
waymore is a powerful Python tool designed to find an extensive collection of URLs from various web archiving and intelligence sources. Unlike other tools, it can also download archived responses, allowing for deeper analysis and discovery of hidden links or parameters. This makes waymore an essential asset for bug bounty hunters and security researchers focused on comprehensive reconnaissance.

fastFM: A High-Performance Python Library for Factorization Machines
fastFM is a powerful Python library designed for Factorization Machines, offering high-performance implementations of various optimization routines. It integrates seamlessly with the scikit-learn API, making it accessible for machine learning practitioners. The library supports regression, classification, and ranking problems, leveraging C and Cython for speed-critical operations.
LLMGym: A Unified Environment for LLM Agent Development and Benchmarking
LLMGym is a unified environment interface designed for developing and benchmarking LLM applications that learn from feedback. It provides a suite of seamlessly swappable environments, making fair and comprehensive comparisons easier for researchers and developers. This project aims to be the "gym" for LLM agents, offering an intuitive interface for various tasks.