Turning OpenStreetMap Data into Posters with prettymaps
A look at prettymaps, a Python library that turns OpenStreetMap data into beautiful vector graphics suitable for posters and generative art.
Language
HomeLanguages
Sections
A look at prettymaps, a Python library that turns OpenStreetMap data into beautiful vector graphics suitable for posters and generative art.
A curated guide to modern terminal emulators, shells, and CLI tools that can transform your command-line workflow from basic to professional.
Modern social media recommendation algorithms stopped working for users. OpenBiliClaw is a local AI agent that gathers interests from multiple platforms, builds a psychological profile, and searches for content independently.
A practical guide to fine-tuning 8B models on consumer hardware using Soup—a CLI tool that brings layer streaming and automated pipelines to small GPUs.
StegoForge combines steganography and steganalysis tools into one CLI with support for images, audio, video, documents, and network packets.
Tool combines ARP scanning, Nmap, and passive traffic monitoring with an interactive topology map for network audits.
UniFace consolidates face detection, alignment, embedding, segmentation, head pose, gaze tracking, and more under a single ONNX-powered Python interface.
Lightweight face tracking library optimized for CPU, delivering 30–60 fps even on older hardware without heavy neural network frameworks.
You're the OS! turns OS scheduling concepts into a hardcore arcade game where you manually manage CPU, memory, and I/O interrupts to keep angry users from hitting Reset.
PAROL6 is a desktop six-axis robot arm that can be 3D printed at home. It features industrial-grade kinematics, ROS 2 support, and an active community building extensions.
Hyper-Extract converts messy documents into structured knowledge graphs and typed data using ready-made templates, eliminating the need for complex prompt engineering.
Fed up with fitness app subscriptions? Here's how I deployed the open-source wger workout and nutrition manager on my own server.
Omnigent is an open-source Python meta-framework that orchestrates multiple AI coding agents under one roof with unified interfaces and security policies.
txtai is an all-in-one Python library combining vector database, hybrid search with SQL, graph analytics, and LLM orchestration for RAG pipelines.
FinancePy is a pure Python library for pricing derivatives that uses Numba JIT compilation to achieve C++ speeds while keeping code readable.
SD.Next is a fork of Automatic1111's WebUI that adds cross-platform support, efficient resource management, and built-in tools for image and video generation.
Building AI agents with local LLMs? SIE (Superlinked Inference Engine) consolidates multiple inference servers into one, cutting GPU costs and simplifying your container setup.
Vector databases and standard RAG can't answer auditor questions about AI decisions. Semantica adds deterministic graphs, rules, and audit trails.
Python slows down with heavy computations. PyO3 lets you write Rust modules for Python, keeping memory safety while boosting performance.
Mypy catches type errors before code runs, protecting Python projects from runtime crashes. Here's why gradual typing is worth adopting today.
Developer Vitaliy built code-graph-rag to replace vector search with knowledge graphs for monorepo code analysis. It uses Tree-sitter, Memgraph, and Qdrant to understand code structure.
A look at forge3d, a Python library that renders 3D terrain and maps using WebGPU and Rust, without the C++ complexity.
Delta Lake format typically requires Apache Spark and JVM, but delta-rs brings lightweight native Delta Lake access to Rust and Python projects without heavy infrastructure.
VeighNa is an open-source Python framework for algorithmic trading with event-driven architecture, built-in backtesting, and ML capabilities.