2 634
Subscribers
+424 hours
+47 days
+5730 days
Posts Archive
2 634
A smart and flexible string joining library for Python developers.
SmartJoiner is a Python library for advanced string joining, featuring dynamic separators, conditional joins, localized formatting, and smart text manipulation.
https://pypi.org/project/smartjoiner/
2 634
Intro to Machine Learning featuring Generative AI
The course starts with the fundamentals, covering what machine learning is, how it differs from traditional approaches, and where it’s used. It then dives deeper into the mechanics, exploring different models, algorithms, and training processes. Next, it introduces Generative AI, explaining how it creates new content, before wrapping up with the architecture of AI systems and how to desi...
https://www.youtube.com/watch?v=tmB5JIX3Lxk
2 634
Wan2.1
Open and Advanced Large-Scale Video Generative Models.
https://github.com/Wan-Video/Wan2.1
2 634
Generics and Typeclasses in Knuckledragger
This blog post explores implementing typeclasses and overloading in Knuckledragger, a Python-based proof assistant using Z3. It discusses managing abstraction layers between Python and Z3 expressions using SortDispatch and dataclasses.
https://www.philipzucker.com/knuckle_typeclass/
2 634
Python is big in Europe
https://www.reddit.com/r/Python/comments/1j6d2wo/python_is_big_in_europe/
2 634
An Introduction to Typescript for Pythonistas
This video explores the key differences between TypeScript and Python, focusing on TypeScript from the perspective of a Python developer. It covers topics like type systems, interfaces, callables, and the ecosystem, providing insights into how a Pythonista can approach TypeScript.
https://www.youtube.com/watch?v=kBVZgCrdVCw
2 634
"The closer to the train station, the worse the kebab" - A "Study"
This article describes an informal "study" testing the idea that kebabs near Paris train stations are worse. Using data from OSMnx and the Google Places extension, it found no link between a kebab shop's distance from a station and its Google review rating.
https://www.jmspae.se/write-ups/kebabs-train-stations/
2 634
Performance of the Python 3.14 tail-call interpreter
https://blog.nelhage.com/post/cpython-tail-call/
2 634
academic-pretraining
$100K or 100 Days: Trade-offs when Pre-Training with Academic Resources.
https://github.com/apoorvkh/academic-pretraining
2 634
VoiceRestore
A cutting-edge speech restoration model designed to significantly enhance the quality of degraded voice recordings.
https://github.com/skirdey/voicerestore
2 634
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
2 634
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/
2 634
olmOCR
A toolkit for training language models to work with PDF documents in the wild.
https://github.com/allenai/olmocr
2 634
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/
2 634
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
2 634
Python micro event loop library (~250 LOC)
https://gist.github.com/tarruda/5b8c19779c8ff4e8100f0b37eb5981ea
2 634
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/
