A Python tool that scrapes the i2iFunding P2P lending marketplace every few minutes, scores loans by yield and credit, sends Telegram/ntfy alerts, and serves a static GitHub Pages dashboard backed by committed JSON files. An optional, safe-gated auto-investor can place real money.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONTaipy is a Python framework designed for data scientists and ML engineers to build and deploy production-ready data and AI-driven web applications without needing to learn front-end languages.
llm-apipool aggregates 40+ free LLM APIs into one OpenAI-compatible endpoint. Auto-rotates keys, handles rate limits, tracks usage, and supports CLI, TUI, proxy, and LangChain integration.
Luigi is a Python package for building complex pipelines of batch jobs, handling dependency resolution, workflow management, visualization, failure handling and command-line integration, with built-in Hadoop support.
Microsoft's 10-week, 20-lesson data science curriculum for beginners, with project-based lessons, quizzes, and 50+ language translations.
LEANN is a lightweight vector database designed for personal RAG applications, reducing storage requirements by up to 97% through graph-based selective recomputation.
Self-hosted GitHub App that publishes a required check accepting human CODEOWNER approval or approval from explicitly enrolled GitHub Apps, with organization and repository policies; pre-release and shadow-mode only.
GPT Researcher is an open-source autonomous agent that performs deep research using web and local documents, generating detailed reports with citations. It supports multi-agent workflows, image generation, and integrates with Claude via MCP.
DouK-Downloader is a tool for downloading and collecting data from Douyin and TikTok works, supporting batch downloads of videos and images, comment data collection, and live stream address acquisition with terminal, Web API, and Docker deployment options.
Windmill is an open-source developer platform used to turn scripts into webhooks, workflows, and internal UIs, serving as an alternative to Retool and Temporal.
Awesome Python is a curated, opinionated guide to the best Python frameworks, libraries, and tools, organized into categories spanning AI/ML, web development, data science, developer tools, DevOps, CLI/GUI, security, and more.
deck.gl is a GPU-powered visualization framework designed for high-performance rendering of large-scale data sets using WebGL2 and WebGPU.
Official code repository for 'Build a Large Language Model (From Scratch)': step-by-step PyTorch implementation of GPT-like models, covering pretraining and finetuning with notebooks and exercises.
Recotem is a recipe-driven recommender system tool built on irspack. One YAML defines data, training, and output; train produces a signed artifact, serve mounts it as a REST API with hot-swap. Single binary, no database.
MPCTK is a Python toolkit for creating, editing, and generating Akai MPC Sample (.xpj) projects. It supports sample injection, pad layout generation (chromatic/scale-based), transposition, and preserves project structure. Validated on physical hardware.
PDFMathTranslate is an open-source tool for translating scientific PDF documents while preserving their original layout, including formulas, charts, tables of contents, and annotations. It supports multiple translation services and offers CLI, GUI, Docker, and Zotero integration.
CocoIndex is an open-source incremental indexing framework designed to provide AI agents and LLM applications with continuously fresh context by reprocessing only changed data.
spotDL is a command-line tool that finds and downloads songs from Spotify playlists via YouTube, including album art, lyrics, and metadata.
fastai is a deep learning library built on PyTorch that provides both high-level components for rapid productivity and low-level components for research and customization.
Hypothesis is a property-based testing library for Python that generates random inputs to uncover bugs and edge cases, reporting the simplest failing test case for easier debugging.