uk
Feedback
PythonHub

PythonHub

Відкрити в Telegram

News & links about Python programming. https://pythonhub.dev/

Показати більше
2 528
Підписники
+124 години
Немає даних7 днів
+2930 день
Архів дописів
VoiceRestore A cutting-edge speech restoration model designed to significantly enhance the quality of degraded voice recordings. https://github.com/skirdey/voicerestore

MLX-Audio A text-to-speech (TTS) and Speech-to-Speech (STS) library built on Apple's MLX framework, providing efficient speech synthesis on Apple Silicon. https://github.com/Blaizzy/mlx-audio

How I Automated My Podcast Transcript Production With Local AI The author automated podcast transcription using roboscribe, a Python tool that combines WhisperX for diarized transcription and a local Large Language Model (LLM) for cleaning up the transcript, significantly improving readability. By leveraging local AI models, the author maintains control and optimizes the transcription process on their own hardware, achieving high-quality results in ... https://den.dev/blog/how-i-automated-podcast-transcription-with-local-ai/

olmOCR A toolkit for training language models to work with PDF documents in the wild. https://github.com/allenai/olmocr

The features of Python's help() function Python has a built-in help function for getting help... but what can do with help? https://www.pythonmorsels.com/help-features/

NotaGen NotaGen is a symbolic music generation model leveraging Large Language Models (LLMs) through pre-training on 1.6M musical pieces, fine-tuning on classical compositions, and reinforcement learning using a novel CLaMP-DPO method. https://github.com/ElectricAlexis/NotaGen

Python Hub Weekly Digest for 2025-03-09 https://pythonhub.dev/digest/2025-03-09/

Python micro event loop library (~250 LOC) https://gist.github.com/tarruda/5b8c19779c8ff4e8100f0b37eb5981ea

AI Engineering Goes Visual: Web Scraping & Data Prep with PyFlyde In part one of two part tutorial, we explore how to use Flyde, a visual programming tool, to build a web scraper that feeds into a Retrieval Augmentation Generation (RAG) system. We will cover the process of scraping web content and storing it locally, setting the stage for more advanced AI engineering tasks. https://blog.kodigy.com/post/visual-ai-engineering-with-pyflyde-pt1-scraper/

opendbc A Python API for your car. https://github.com/commaai/opendbc

logis Turn your git commit history into a scientific log. https://github.com/flywhl/logis

CCTV_YOLO Fast Real-time Object Detection with High-Res Output https://github.com/SanshruthR/CCTV_YOLO

How Python Evolves: From PEP to Feature Explore how Python gets new functionality and how PEPs have a huge role in this, by looking at PEP484 and its interesting backstory. https://www.youtube.com/watch?v=TzpOdpdX7pE

Part 2 - Building an LLM RAG with PyFlyde & LangChain https://blog.kodigy.com/post/visual-ai-engineering-with-pyflyde-pt2-rag/

Craw4LLM CRAW4LLM is an efficient web crawling method that prioritizes webpages based on their potential influence on LLM pretraining, replacing traditional graph-connectivity-based priorities. By crawling only 21% of URLs, it achieves the same downstream performance as previous methods, significantly reducing data waste and website burden. https://github.com/cxcscmu/Craw4LLM

AIBrix Cost-efficient and pluggable Infrastructure components for GenAI inference. https://github.com/vllm-project/aibrix

Minions Minions is a communication protocol that enables small on-device models to collaborate with frontier models in the cloud. By only reading long contexts locally, we can reduce cloud costs with minimal or no quality degradation. https://github.com/HazyResearch/minions

How to add an object in Django Admin with a bookmarklet The article explains how to create a Django Admin bookmarklet that pre-fills form fields when adding new items, like bookmarks, using a web page's URL, title, and selected text. It walks through setting up the JavaScript snippet, customizing it for your Django app, and adding it as a browser bookmark for quick data entry. https://www.gyford.com/phil/writing/2025/02/14/django-admin-bookmarklet

Xonsh – A Python-powered shell https://xon.sh/