Skip to content
View PaulLockett's full-sized avatar
  • San Jose, CA
  • 23:42 (UTC -07:00)

Organizations

@Uverciti
Block or Report

Block or report PaulLockett

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. FastUI_Template FastUI_Template Public

    Railway Template for FastUI

    Python 2 2

  2. CodeSignal_Practice_Industry_Coding_Framework CodeSignal_Practice_Industry_Coding_Framework Public

    Practice The CodeSignal Pre-screen for the Industry Coding Framework.

    Python 30 3

  3. LangServe-Railway LangServe-Railway Public

    LangServe Template for Railway one click deployments

    Python 2 10

  4. DSPy Json extraction metric DSPy Json extraction metric
    1
    import json
    2
    import dspy
    3
    
                  
    4
    class AssessJsonExtractSig(dspy.Signature):
    5
        trial_json = dspy.InputField(desc="The trial extraxted JSON")