Skip to content
View jeffmylife's full-sized avatar
🌊
building
🌊
building

Block or report jeffmylife

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
jeffmylife/README.md

Welcome

  • 🔭 I’m currently working on building personal AI assistants for lowering marketing costs at Čile Marketing
  • 📫 How to reach me: LinkedIn

Pinned Loading

  1. Colorized Voronoi diagram with Scipy... Colorized Voronoi diagram with Scipy, in 2D, including infinite regions
    1
    import numpy as np
    2
    import matplotlib.pyplot as plt
    3
    from scipy.spatial import Voronoi
    4
    
                  
    5
    def voronoi_finite_polygons_2d(vor, radius=None):
  2. S3 Multipart Upload from request.file S3 Multipart Upload from request.file
    1
    '''
    2
    See comments for description & usage instructions. 
    3
    4
    '''
    5
    
                  
  3. CSBG-LSU/bionoi CSBG-LSU/bionoi Public

    Conversion of biomolecules to Voronoi diagrams

    Python 2 5

  4. Convert natural language dates and t... Convert natural language dates and time expressions (like "next Tuesday", "in 2 weeks", "next summer") into Python datetime objects using Claude/LLM. Parse relative dates, fuzzy time expressions, and human language into structured timestamps.
    1
    # Natural Language Time Parser using LLM
    2
    
                  
    3
    A Python utility that converts natural language time expressions into structured datetime objects using LLMs. Perfect for parsing user inputs like "next Tuesday", "in a few months", or "sometime next summer".
    4
    
                  
    5
    ## Features: