Skip to content
View samarthkulshrestha's full-sized avatar

Highlights

  • Pro

Block or report samarthkulshrestha

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

samarth kulshrestha

about me

#!/usr/bin/python
# -*- coding: utf-8 -*-


class Human:

    def __init__(self):
        self.name = "Samarth Kulshrestha"
        self.interests = ["Artificial Intelligence", "Software Engineering",
                          "Philosophy", "Mathematics", "Literature"]
        self.os = ["GNU/Linux (Arch BTW)", "BSD"]
        self.code = ["Python", "C", "C++", "Rust", "TypeScript",
                     "JavaScript", "Zig"]
        self.skills = ["LLM Optimization", "Retrieval-Augmented Generation (RAG)",
                       "High-Performance Computing", "Systems Programming"]
        self.tech = ["Flask", "FastAPI", "LangChain", "ChromaDB", "FAISS",
                     "PostgreSQL", "SQLite", "Docker", "Kubernetes"]
        self.tools = ["NeoVim", "Tmux", "Git", "DWM"]

    def greet(self, name):
        print(f"Hello, {name}! :D")

me = Human()
me.greet(input("Enter your name: "))

streak stats

streak stats

socials

Discord Reddit Instagram Spotify Twitter

Pinned Loading

  1. million_digits_of_pi million_digits_of_pi Public

    calculates pi and e (euler's constant) upto millions of digits

    C++ 2

  2. eclisp eclisp Public

    a lisp dialect that focuses on minimalism, simplicity, and clarity

    C 2

  3. fons fons Public

    a command-line etymology dictionary

    Rust

  4. logus logus Public

    an information theory-based wordle-solving algorithm

    Rust 1

  5. gzip-knn-text-classification gzip-knn-text-classification Public

    text-classification using gzip natural compression distances and knn

    C

  6. encephalon encephalon Public

    a RAG-based (retrieval-augmented generation) knowledge database

    Python