python-library

Tag

Cards List
#python-library

@jerryjliu0: DocJev is the fastest way to classify and split complex document packets . (and the default is fully free and OSS!) I m…

X AI KOLs Timeline ↗ · 2d ago Cached

DocJev is a free, open-source Python tool for classifying and splitting complex document packets, supporting PDF, DOCX, and PPTX with optional OCR.

0 favorites 0 likes
#python-library

huggingface_hub silently fingerprints which AI coding agent you're using and sends it as telemetry

Reddit r/LocalLLaMA ↗ · 2026-09-13

Hugging Face's huggingface_hub library includes a hidden module that fingerprints AI coding agents via environment variables and sends telemetry data on API calls, raising privacy concerns discovered during a network audit.

0 favorites 0 likes
#python-library

Benchmark: CadQuery vs. OpenSCAD for agentic CAD work

Hacker News Top ↗ · 2026-09-12 Cached

A controlled benchmark compares CadQuery and OpenSCAD for AI agents to generate functional 3D-printable parts, revealing similar capability but differences in failure modes and tool-specific advantages.

0 favorites 0 likes
#python-library

@MaximeRivest: DSPy 3.4 release candidate it out, we are moving off litellm. It always bothered me how slow dspy was to import and how…

X AI KOLs Following ↗ · 2026-09-11 Cached

The DSPy 3.4 release candidate is announced, moving away from litellm to improve import speed and reduce dependencies. Community members like Drew Breunig have praised the improvements.

0 favorites 0 likes
#python-library

@tianyi: DeepSeek has open-sourced some new code repositories, making it easier to deploy V4.1 Flash as well as subsequent open-…

X AI KOLs Following ↗ · 2026-09-10 Cached

DeepSeek has open-sourced new code repositories, including libraries and tools, to facilitate the deployment of V4.1 Flash and subsequent open-source models.

0 favorites 0 likes
#python-library

anypick - Library for filtering and selecting LLMs

Reddit r/AI_Agents ↗ · 2026-09-08

A Python and TypeScript library for downloading LLM catalogs and building pipelines to filter and select models based on criteria like price, latency, and benchmarks.

0 favorites 0 likes
#python-library

My lab found a way to migrate between embedding models with zero downtime. [R]

Reddit r/MachineLearning ↗ · 2026-09-08

The author introduces embedflow, a method to migrate between embedding models without reindexing, saving significant time and resources. It's an open-source tool available on GitHub for easy integration into workflows.

0 favorites 0 likes
#python-library

What’s your agent up to?

Reddit r/AI_Agents ↗ · 2026-08-30

We built an open-source retrospective reader for Claude Code to analyze agent behavior, using real execution history to inform runtime governance.

0 favorites 0 likes
#python-library

@MaximeRivest: dpyr has users! https://github.com/maximerivest/dpyr…

X AI KOLs Following ↗ · 2026-08-25 Cached

dpyr is a new Python library that replicates R's dplyr data manipulation verbs, offering method chains with Polars or DuckDB backends, IDE autocompletion, and semantics verified against dplyr.

0 favorites 0 likes
#python-library

the browser layer is why your web agent gets blocked, not the model

Reddit r/AI_Agents ↗ · 2026-08-22

The article explains that web agents are blocked due to inconsistent browser fingerprinting rather than the model or headless setup, and introduces pydoll, a Python library using Chrome DevTools Protocol for undetected automation.

0 favorites 0 likes
#python-library

@mdancho84: BREAKING: IBM launches a free Python library that converts ANY document to data Introducing Docling. Here's what you ne…

X AI KOLs Timeline ↗ · 2026-08-21 Cached

IBM launches Docling, an open-source Python library designed to convert documents into structured data.

0 favorites 0 likes
#python-library

Explaining Reinforcement Learning Decisions in Self-adaptive Systems

arXiv cs.LG ↗ · 2026-08-18 Cached

This paper introduces EARL, a Python library for generating counterfactual explanations in reinforcement learning to improve transparency and user trust in self-adaptive systems.

0 favorites 0 likes
#python-library

@browser_use: Try out our new cheapest model with Browser Use library!

X AI KOLs Timeline ↗ · 2026-08-17 Cached

The article announces the release of bu-2-0-mini-preview, a cheaper AI model available in the Browser Use library, with input and output costs reduced from previous versions.

0 favorites 0 likes
#python-library

Exploring ESC Winners with Nested Diagrams

arXiv cs.AI ↗ · 2026-08-17 Cached

This paper introduces ConceptFlow, a scikit-learn-compatible Python library for Formal Concept Analysis that generates nested line diagrams, applied to analyze voting patterns and musical characteristics of Eurovision Song Contest winners.

0 favorites 0 likes
#python-library

@Sn0wbrave: If you're working on Computer Vision projects, this project is worth paying attention to UniFace is an open-source Pyth…

X AI KOLs Timeline ↗ · 2026-08-15 Cached

UniFace is an open-source Python library that provides a unified API for face detection, recognition, tracking, gaze estimation, and other tasks, designed for computer vision projects.

0 favorites 0 likes
#python-library

Open-source Python library + no-code web dashboard for evaluating oncology AI models at clinical decision thresholds. [P]

Reddit r/MachineLearning ↗ · 2026-08-14

This article introduces oncothresh, a Python library and web dashboard for evaluating oncology AI models at specific clinical decision thresholds, providing metrics like sensitivity, specificity, and decision-curve analysis to fill gaps in existing benchmarks.

0 favorites 0 likes
#python-library

City2Graph: A Python library for Heterogeneous Graph Neural Networks and spatial analysis in urban systems [R]

Reddit r/MachineLearning ↗ · 2026-08-13

City2Graph is a new Python library that converts geospatial data into heterogeneous graphs for spatial analysis and Graph Neural Networks, with a peer-reviewed paper published in Computers, Environment and Urban Systems. It supports morphological, transport, mobility, and proximity graph construction, integrating with PyTorch Geometric and other graph tools.

0 favorites 0 likes
#python-library

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

Reddit r/artificial ↗ · 2026-08-11

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 ↗ · 2026-08-10 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 ↗ · 2026-08-08 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
Next →
← Back to home

Submit Feedback