Skip to content
View fpinnola's full-sized avatar

Block or report fpinnola

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 Loading

  1. conversa conversa Public

    Give your LLMs the power of speech

    Python

  2. conversa-js-client conversa-js-client Public

    TypeScript

  3. minigrad minigrad Public

    Mini autodiff library based on Andrej Karpathy's micrograd, extended with Tensors

    Jupyter Notebook 2

  4. anthropic-ctf anthropic-ctf Public

    Python 1

  5. Script to parallelize embedding gene... Script to parallelize embedding generation of large text documents using openai embeddings endpoint
    1
    import json
    2
    import multiprocessing
    3
    import openai
    4
    import fcntl
    5
    import os
  6. color_tracing color_tracing Public

    Use any object to draw on your screen.

    Python