Skip to content
View b2m's full-sized avatar

Block or report b2m

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
b2m/README.md

Benjamin's GitHub stats

🔭 I’m currently working as a Data Scientist 🤓 at the State Archives of Baden-Württemberg.

Pinned Loading

  1. spacy-llm-openwebgui spacy-llm-openwebgui Public

    Example project showing how to connect spacy-llm with Open WebGUI.

    Python 2 1

  2. OpenRefine/OpenRefine OpenRefine/OpenRefine Public

    OpenRefine is a free, open source power tool for working with messy data and improving it

    Java 11.5k 2.1k

  3. Documented FastAPI wrapper arround R... Documented FastAPI wrapper arround RapidFuzz to be used together with OpenRefine. Run with `uv run rapidfuzz_fastapi.py`.
    1
    # /// script
    2
    # requires-python = ">=3.12"
    3
    # dependencies = [
    4
    #     "fastapi",
    5
    #     "pydantic",
  4. Documented FastAPI wrapper arround s... Documented FastAPI wrapper arround spaCy to be used together with OpenRefine. Run with `uv run spacy_fastapi.py`.
    1
    # /// script
    2
    # requires-python = ">=3.12,<3.13"
    3
    # dependencies = [
    4
    #     "spacy==3.8.5",
    5
    #     "langdetect",