Web Developer Badge Code Lover Badge Committer Rank
import torch class whats2000(torch.nn.Module): def __init__(self): super(whats2000, self).__init__() self.name = "whats2000" self.pronouns = "He/Him" self.projects = [ "Physical AI as a human assistant", "Isaac Sim MCP server" ] self.learning = [ "How to use the agent framework with human-in-the-loop with better user experience", "Zero-shot learning combined with text image retrieval", "Test Time Computation", "How to build an LLM", "Vision Language Action Model", "Affordable Robotic", "Human Central AI" ] self.collaborate_on = ["CodeBRT project", "selector_helper"] self.help_with = [ "LLM Test Time Computation Research", "VLM/MLLM Retrieval System", "LLM Code Generation Method and Application", ] self.ask_me_about = [ "PyTorch and Hugging Face Transformers deployment", "Vision Language Model Applications", "TypeScript and React development with Vite", "Developing VSCode extension with React and TypeScript", "Website development with React and Node.js" ] self.reach_me = "Create an issue in the repository or message me at LinkIn" self.love = [ "Frontend Vibe Coding for fast POC", "Playing with PyTorch", "Trying new languages I've never used before", "Publishing interesting open source projects" ] self.fun_facts = [ "I am writing this README.md at 03:54 AM 🤔", "I am a night owl 🦉" ] def forward(self, input): return input profile = whats2000()