Tags: python* + github*

0 bookmark(s) - Sort by: Date โ†“ / Title /

  1. xiaowuc2 writes that the qxresearch-event-1 repository provides a hands-on collection of 50+ concise Python applications averaging about ten lines of code each, spanning Machine Learning, Deep Learning, GUI, Computer Vision and API development, with video explanations on YouTube and guidance for learning, experimenting and customization.
  2. Termaid is a pure Python library and CLI that renders Mermaid diagrams as Unicode or ASCII art directly in the terminal or within Python apps, supporting 18 diagram types with zero dependencies, terminal-aware auto-fitting, optional Rich colored output and Textual widget integration.

    - Inspired by mermaid-ascii and beautiful-mermaid
    - Offers 11 built-in themes including gruvbox, monokai, dracula, nord and solarized
    - Pipe-friendly CLI examples include `cat diagram.mmd | termaid` and `uvx termaid diagram.mmd`
    2026-08-16 Tags: , , , , , , by klotz
  3. The NOOA framework provides a way to build LLM agents using standard Pythonic object-oriented patterns. By treating agents as objects, developers can map state to typed fields and capabilities to methods where docstrings serve as prompts; specifically, an ellipsis in a method body triggers the runtime for an LLM-driven execution loop.

    - Includes separate packages for CLI tools, memory management, and benchmarking.
    - Supports various local and hosted models via LiteLLM integration.
    - Offers automated tracing with an interactive web viewer for debugging.
    - Necessitates OS-level isolation to safely execute LLM-generated code.
  4. Supervision provides essential building blocks for computer vision applications, such as data loading and real-time zone counting. The toolkit remains model agnostic, enabling easy integration of various machine learning models via specialized connectors.

    - Supports multiple dataset formats including YOLO, COCO, and Pascal VOC
    - Offers utilities to split, merge, and convert datasets
    - Includes capabilities for speed estimation and dwell time analysis
  5. PandasAI is a Python library that allows users to query datasets using natural language. By leveraging large language models (LLMs), it assists both technical and non-technical individuals in performing data analysis, executing complex queries, and creating visualizations through simple conversation.

    - Cross-dataframe query support
    - Secure Docker sandbox option
    - Multiple LLM provider compatibility via LiteLLm
  6. A bidirectional bridge connecting Bitchat and Meshtastic networks allows local Bluetooth chat clients to communicate over long distances using LoRa radios. The system runs on a Linux-based device that relays messages between mobile devices via Bluetooth and the mesh network through a USB connection.

    - Relays text from nearby Bitchat apps to the Meshtastic LoRa network.
    - Broadcasts incoming LoRa signals back to all connected Bluetooth clients.
    - Designed for Linux environments like Raspberry Pi using Python 3.7 or higher.
  7. A post-retrieval temporal layer designed to improve RAG systems by addressing time-blindness in vector searches. This library implements validity filtering, document kind classification, and exponential decay scoring to ensure retrieved information is fresh and accurate. It functions downstream of existing vector search systems without requiring re-indexing or new infrastructure.
  8. A self-hosted tool designed to manage personal or team link collections using a version-controlled YAML file. The application serves these links as a clean, searchable web page without the need for a database.

    - YAML-driven configuration for easy human-readable management
    - Support for grouped links and named sections
    - Client-side live search functionality
    - Docker-ready deployment via official images
    - Responsive design optimized for mobile and desktop
    - High accessibility with a 100% Lighthouse score
    - Lightweight architecture built on Flask and Tailwind CSS
  9. This project, `autoresearch-opencode`, is an autonomous experiment loop designed for use with OpenCode. It's a port of `pi-autoresearch`, but implemented as a pure skill, eliminating the need for an MCP server and relying solely on instructions the agent follows using its built-in tools. The skill allows users to automate optimization tasks, as demonstrated by the example of optimizing the BogoSort algorithm which achieved a 7,802x speedup by leveraging Python's `bisect` module for sorted-state detection.
    The system maintains state using a JSONL file, enabling resume/pause functionality and detailed experiment tracking. It provides a dashboard for monitoring progress and ensures data integrity through atomic writes and validation checks.
  10. Zvec is an open-source, in-process vector database โ€” lightweight, lightning-fast, and designed to embed directly into applications. Built on Proxima (Alibaba's battle-tested vector search engine), it delivers production-grade, low-latency, scalable similarity search with minimal setup.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "python+github"

About - Propulsed by SemanticScuttle