Skip to content

Instantly share code, notes, and snippets.

View johacks's full-sized avatar

Joaquín Jiménez johacks

View GitHub Profile
@johacks
johacks / midi_generation_with_transformer-torch.ipynb
Last active November 27, 2024 11:28
Keras music generation with Transformer models
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@johacks
johacks / VS Code Ruff - uv setup
Last active July 26, 2025 05:02
Python ruff-uv setup in VS Code
This short Gist contains a recommended configuration for using uv and ruff in a python project.
The `.vscode/settings.json` configures editor to format on save on Python files and show a ruler for configured line-length.
For it to work, the ruff VS Code extension should be installed.
The `pyproject.toml` shows a template for a Python project publishable to PyPi.