You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A personal sandbox of Python scripts and notebooks spanning data engineering, AI/GenAI, speech processing, web scraping, and data analysis — with an Indonesian context.
Most standalone scripts use uv inline dependencies:
uv run mp3_to_txt.py
For sub-projects with a pyproject.toml:
cd<project-folder>
uv sync
uv run main.py
For Airflow:
cd airflow
bash install.sh
bash start.sh
About
A personal sandbox of Python scripts and notebooks spanning data engineering, AI/GenAI, speech processing, web scraping, and data analysis — with an Indonesian context.