python-library

Tag

Cards List
#python-library

Open-source tool that maps what concepts an LLM has learned into browsable tree structures using hyperbolic geometry

Reddit r/artificial · 16h ago

HyperSAE is an open-source Python library that uses hyperbolic geometry to organize LLM learned concepts into browsable tree structures, improving on flat feature lists. It captures 99.8% of Gemma-2-2B's features and includes interactive demos.

0 favorites 0 likes
#python-library

@_zheergen: Holy cow! TradingView screener data has been made into a Python library — tvscreener, 1.2K stars, 51K+ PyPI downloads! No need to open a browser or manually flip through TradingView's filters. pip install tvscre…

X AI KOLs Timeline · 2d ago Cached

Introduces tvscreener, a Python library that can directly fetch TradingView stock screener data, supports multiple markets and 13,000+ technical indicators, returns Pandas DataFrame, and is convenient for quantitative strategy use.

0 favorites 0 likes
#python-library

@tom_doerr: This simple Python library retrieves data from TradingView Screener. It features a visual code generator that creates r…

X AI KOLs Timeline · 3d ago Cached

A simple Python library retrieves data from TradingView Screener, featuring a visual code generator for 13,000+ fields and Model Context Protocol (MCP) support for AI assistants.

0 favorites 0 likes
#python-library

@DanKornas: Turn a model output into an inspectable attribution graph instead of guessing which internal features contributed. circ…

X AI KOLs Timeline · 2026-07-30 Cached

circuit-tracer is a Python library that helps interpretability researchers map model computations by calculating direct effects between transcoder features and output logits, then visualizing them as an interactive attribution graph.

0 favorites 0 likes
#python-library

Gpiozero Flow

Hacker News Top · 2026-07-30 Cached

The article revisits the gpiozero library's source/values abstraction for connecting GPIO devices declaratively, and proposes a drag-and-drop web UI that would let users visually wire devices together, building on the library's flow-oriented design.

0 favorites 0 likes
#python-library

Show HN: XY – A Fast, composable, GPU-accelerated interactive plotting library

Hacker News Top · 2026-07-28 Cached

XY is a fast, composable GPU-accelerated interactive plotting library for Python, designed for web and notebooks, handling up to 10 billion points with pan and zoom.

0 favorites 0 likes
#python-library

grapheme-kit: Grapheme-Level Metrics and Text Processing for Multilingual NLP

arXiv cs.CL · 2026-07-27 Cached

Introduces grapheme-kit, an open-source Python library that extends lexical distance and evaluation metrics to operate on grapheme clusters instead of Unicode code points, with improved processing for Tamil and Sinhala.

0 favorites 0 likes
#python-library

GigaToken: ~1000x faster Language model tokenization

Hacker News Top · 2026-07-22 Cached

GigaToken is an ultra-fast tokenizer library that claims up to 1000x speedup over HuggingFace tokenizers, supporting most common LLM tokenizers and providing drop-in compatibility.

0 favorites 0 likes
#python-library

@_zheergen: Wow! Goldman Sachs open-sourced their quantitative toolkit gs-quant. Goldman Sachs has open-sourced the Python quant library used by their internal quants, currently with 11.3K stars on GitHub. It offers a rich set of quantitative analysis tools for structured products…

X AI KOLs Timeline · 2026-07-16 Cached

Goldman Sachs open-sourced its internal quantitative trading toolkit gs-quant, providing institutional-grade derivatives pricing, risk management, and strategy development tools. It has received 11.3K GitHub stars.

0 favorites 0 likes
#python-library

token-budget-contracts v0.3.0 — LangGraph/CrewAI adapters + OpenTelemetry for multi-agent token governance

Reddit r/AI_Agents · 2026-07-16

token-budget-contracts is a library for governing token spend across multi-agent systems. Version 0.3.0 adds native adapters for LangGraph and CrewAI, plus OpenTelemetry integration for monitoring budget activity.

0 favorites 0 likes
#python-library

AuditWeave: A Tamper-Evident, Auditor-Navigable Evidence Layer for AI-Assisted and Data-Transformation Workflows

arXiv cs.LG · 2026-07-14 Cached

AuditWeave is a lightweight Python library that records workflow steps into a tamper-evident, hash-chained ledger for auditing AI-assisted and data-transformation workflows, enabling traceability and integrity verification.

0 favorites 0 likes
#python-library

SPEAR: A Simulator for Photorealistic Embodied AI Research

Hugging Face Daily Papers · 2026-07-07 Cached

SPEAR is a Python library that controls Unreal Engine for photorealistic rendering at high speed, providing extensive programmability and unique ground-truth modalities for embodied AI research.

0 favorites 0 likes
#python-library

Object Aligner: A Configurable JSON Schema Similarity Score for Graphs, Applied to LLM Prompt Optimization

arXiv cs.CL · 2026-07-03 Cached

Object Aligner is an open-source Python library that deterministically scores two JSON objects by recursively aligning their trees, using Hungarian algorithm for unordered collections and sequence alignment for ordered ones. It introduces referential alignment for graphs/hypergraphs and can be used as a reward function in LLM prompt optimization.

0 favorites 0 likes
#python-library

New PyMuPDF release, supports Markdown [N]

Reddit r/MachineLearning · 2026-07-01

PyMuPDF 1.28 adds first-class Markdown support, allowing PDF creation from Markdown text with CSS control.

0 favorites 0 likes
#python-library

@pauliusztin_: Microsoft just open-sourced one of the most interesting agent engineering projects I've seen this year... → https://git…

X AI KOLs Timeline · 2026-06-28 Cached

Microsoft open-sourced SkillOpt, a framework that treats agent skill documents as trainable artifacts, optimizing them through iterative feedback loops without modifying model weights. It is available as a Python library with support for self-evolving agent skills.

0 favorites 0 likes
#python-library

@seclink: Shanda Group founder Chen Tianqiao has made deep investments in AI in recent years (especially in 'AI long-term memory' and the intersection of brain science and AI). He advocates solving the 'forgetting' and context-limited problems of large language models (LLMs) by simulating the memory and cognitive mechanisms of the human brain, enabling AI Agents to have coherent…

X AI KOLs Following · 2026-06-28 Cached

EverMind team under Shanda Group founder Chen Tianqiao has open-sourced EverMemOS (EverOS), a brain-inspired intelligent memory operating system designed to solve the forgetting and context-limited problems of large language models by simulating human memory mechanisms, providing long-term memory infrastructure for AI Agents.

0 favorites 0 likes
#python-library

What Is a Nomogram and Why Would It Interest Me?

Hacker News Top · 2026-06-26 Cached

This article introduces nomograms as graphical calculators and describes the pyNomo library for creating them programmatically.

0 favorites 0 likes
#python-library

@Designarena: https://x.com/Designarena/status/2069512922230083691

X AI KOLs Timeline · 2026-06-23 Cached

DesignArena open-sources a Python library that converts HTML/CSS to editable PowerPoint files using headless Chromium, sharing lessons from generating over 50,000 AI slides.

0 favorites 0 likes
#python-library

Making LLM context assembly programmable

Reddit r/AI_Agents · 2026-06-10

RAMPART is a Python library that makes LLM context assembly programmable, allowing developers to register named blocks of context for placement before the model's first token. It improves performance by tens of percentage points on various models through block clustering and tool access control.

0 favorites 0 likes
#python-library

PyCC.id: A package for hypothesis-driven equation discovery with structural identifiability

arXiv cs.LG · 2026-06-05 Cached

PyCC.id is a Python library for hypothesis-driven equation discovery from time-series data, leveraging structural identifiability to help filter candidate models.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback