Skip to content
View jeffmylife's full-sized avatar

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. streamlm streamlm Public

    cli for using LLMs simply

    Python 2

  2. 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):
  3. S3 Multipart Upload from request.file S3 Multipart Upload from request.file
    1
    '''
    2
    See comments for description & usage instructions. 
    3
    4
    '''
    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:
  5. CSBG-LSU/bionoi CSBG-LSU/bionoi Public

    Conversion of biomolecules to Voronoi diagrams

    Python 2 5