Skip to content
View darshi1337's full-sized avatar
:shipit:
:shipit:

Block or report darshi1337

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
darshi1337/README.md

Welcome


Snake Game

class darshi1337():
    
  def __init__(self):
    self.name = "Priyadarshi Annupam";
    self.username = "darshi1337";
    self.location = "Varanasi, India";
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = darshi1337()

Pinned Loading

  1. apogee apogee Public

    Apogee is a browser extension that uses large language models to summarize articles, videos, emails, PDFs, and more. It runs entirely on-device using WebGPU or through a local Ollama backend, ensur…

    JavaScript 1

  2. hermitlm hermitlm Public

    A ~8M parameter LLM and discord bot that talks like a tiny crab in an aquatic world.

    Python