Tag
This article promotes a free live workshop on building AI with Python, offering a roadmap for data scientists to transition to AI/DS System Builder roles with practical demos.
The author updated the 'embedflow' embedding migration project with new features including support for multiple vector databases, a migration planner, shadow mode, and persistent caching to make it production-ready for embedding model transitions.
An open-source AI agent that automates the discovery, filtering, and ranking of ML research papers based on user interests, generating personalized reports to streamline the research process.
Flyweight is an open-source C++/CUDA inference engine for running large MoE models on consumer GPUs with system RAM, offering optimized performance and compatibility with models like Qwen and DeepSeek.
FinRL is an open-source framework for financial reinforcement learning, with about 16,000 stars on GitHub, supporting training and backtesting for trading in stocks, cryptocurrencies, etc., and pointing to the next-generation version FinRL-X.
Flet 1.0 allows developers to build cross-platform apps for web, desktop, and mobile from a single Python codebase, featuring UI controls, packaging tools, and AI assistance integration.
This article explains why .tar.gz files cannot be combined using the cat command due to tar's end-of-file markers and offers a Python solution using the tarfile module to merge archives correctly.
typesafe-computer-use is a tool that automates Mac computer use by driving it toward a goal with cost-effective AI decisions, being significantly cheaper and faster than using large language models.
DATAMIMIC is an open-source tool for deterministic synthetic data generation and PII-aware pseudonymization, designed for regulated enterprises with an enterprise version offering additional governance and workflow features.
WangNet is a lightweight, zero-dependency neural network that determines if a number is Numberwang in 11 languages, packaged in a 1.8 MB JSON file with simple Python inference.
The article outlines a 12-stage learning path to become an AI Evals & Reliability Engineer, covering foundational skills to advanced production techniques.
A comprehensive beginner's guide to mastering AI with Python, covering machine learning, deep learning, generative AI, LLMs, and AI agents through hands-on projects.
Tau is a terminal-based coding agent developed by Hugging Face, designed to assist with tasks like explaining code, adding tests, and fixing errors, while also serving as a teaching project for understanding coding-agent systems.
A universal media downloader tool built as an AI agent skill for platforms like YouTube and Bilibili, with a GUI web version and support for personal deployment.
The article explores the number of unique 4x4 Sudoku solutions, finding only twelve distinct structures, and presents a computational trick for identifying minimal subsets.
Whitetree is a Python library for exact Mahalanobis nearest-neighbour search on low-dimensional sensor data, using multiple KD-trees to handle inserts and deletes efficiently without rebuilding. Benchmarks show it significantly outperforms alternatives like sklearn's BallTree and FAISS in dynamic scenarios.
The article explains how to integrate Rust code into Python using PyO3, demonstrated by building a JSON parser in Rust and exposing it as a Python package, covering setup steps, type conversion, and performance comparisons.
The article investigates if regex can match valid credit card numbers by constructing a Deterministic Finite Automaton (DFA) based on the Luhn algorithm, resulting in a massive but executable regex pattern.
Maigret is an open-source tool that builds comprehensive dossiers on individuals by cross-referencing usernames across hundreds of websites without requiring API keys. It has gained significant popularity with over 1 million downloads and is widely used for OSINT purposes.
Litelm is a lightweight Python library that provides core LLM routing and message translation features extracted from LiteLLM, designed with minimal dependencies for simplicity and efficiency.