Skip to content
View dbreunig's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report dbreunig

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 100 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

Pinned

  1. ruby_ai_examples ruby_ai_examples Public

    Example use cases for AI/LLMs in the Ruby language.

    7

  2. BeaconNotes BeaconNotes Public

    A quick proof-of-concept using a beacon to lock and unlock and application. A key-fob-like beacon could be used to ensure notes only authorized users are able to access application data.

    Objective-C

  3. git-scraper-extractor git-scraper-extractor Public

    Pull out versions of specific files from a gitscraping repo into individual files.

    Ruby 12

  4. AlamedaMap AlamedaMap Public

    An experiment with OpenStreetMap XML data and Processing.

    Processing 5

  5. Download podcasts from an XML feed, ... Download podcasts from an XML feed, transcribe them with whisper, and insert the data into a sqlite db.
    1
    import feedparser
    2
    import whisper
    3
    import sqlite3
    4
    import requests
    5
    
                  
  6. faucet_finder faucet_finder Public

    Using Datasette and CLIP embeddings to find similar faucets.

    HTML 19 3