This repository was archived by the owner on Apr 29, 2026. It is now read-only.
Add Colab quickstart notebook#15
Merged
Merged
Conversation
added 2 commits
April 23, 2026 19:18
Introduces notebooks/quickstart.ipynb — a 15-cell walk-through of the full anonymize -> LLM -> deanonymize round-trip on a realistic Polish customer-service email. Runs end-to-end without an API key (mocks the LLM response when OPENAI_API_KEY is unset). README gains an "Open in Colab" badge in the header row and a link to the notebook at the top of the examples list, so first-time visitors hit an interactive demo before the static scripts.
Ruff RUF001 and E501 failed on notebooks/quickstart.ipynb: - cell 5: replace en-dash with hyphen-minus in the detect audit format string to satisfy RUF001 (ambiguous Unicode in string literals). - cell 9: split the 101-char "Faktura VAT / REGON / IBAN" bullet of the mocked LLM response into two shorter bullets so the longest source line stays under the 100-char limit. Notebook behaviour is unchanged — tokens, round-trip, and deanonymized output are identical.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces notebooks/quickstart.ipynb — a 15-cell walk-through of the full anonymize -> LLM -> deanonymize round-trip on a realistic Polish customer-service email. Runs end-to-end without an API key (mocks the LLM response when OPENAI_API_KEY is unset).
README gains an "Open in Colab" badge in the header row and a link to the notebook at the top of the examples list, so first-time visitors hit an interactive demo before the static scripts.