Tag: script

  • Detect image similarity

    This outlines my experience using AI to aid me in writing a Python script that determines the raw similarity of two images. Prompt: Python script:

  • Extract prompt from EXIF with Reg Ex

    This is a process starting with an AI image generated using ComfyUI and extracting the prompt into a JSON format using Python. This demonstrates my understanding of fundamental concepts such as regular expressions, different file formats, and python syntax. Python script: Output:

  • Create database + import CSV

    This post explains the process of prompting AI to generate Python code which creates a database and then imports a CSV file into the database. The database can then be queried using sqlite3. This process can be applied to many different applications. https://github.com/jaymasl/create_database Python script: data.csv: console output: