PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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/
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
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
"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/
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
👍3