#!/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: "))
tech + literature + mathematics + design enthusiast / software dev / lifelong student / human
Highlights
- Pro
Pinned Loading
-
million_digits_of_pi
million_digits_of_pi Publiccalculates pi and e (euler's constant) upto millions of digits
C++ 2
-
-
gzip-knn-text-classification
gzip-knn-text-classification Publictext-classification using gzip natural compression distances and knn
C
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.