Skip to content
View KrossKinetic's full-sized avatar
πŸ˜€
Coding away to victory !
πŸ˜€
Coding away to victory !

Highlights

  • Pro

Block or report KrossKinetic

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

Hi there, I'm Anshumaan (or Manas) Singh πŸ‘‹

Portfolio Badge LinkedIn Badge GitHub Badge Google Scholar Badge Hugging Face Badge

I'm a researcher and software engineer with a primary focus on Artificial Intelligence and Machine Learning. Currently an undergraduate at Stony Brook University, I'm passionate about building the next generation of intelligent systems.

While my core interest lies in AI research, I also have a strong passion for a wide range of development areas, including full-stack web applications, low-level systems programming, and mobile development for iOS (Swift) and Android (Kotlin).

Inspired by Star Wars, my ultimate goal is to build a real-life C-3PO! πŸ€–

πŸ”­ What I'm Currently Working On

I'm an AI Researcher at the Language Understanding and Reasoning (LUNR) Lab at Stony Brook University. My work is centered on enhancing the performance of Large Language Models (LLMs) for Retrieval Augmented Generation (RAG), especially within code-related problem domains.

I'm also working on a native Android app that inteligently manages, filters and summarizes notifications for you using Gemini-2.5-Flash using secure Firebase and Vortex Cloud.

πŸ› οΈ My Tech Stack & Skills

Programming Languages

C Java Python Swift Kotlin JavaScript HTML5 CSS3 MySQL OCaml Assembly

AI & Machine Learning

PyTorch TensorFlow Hugging Face LangChain vLLM

Concepts & Technologies

  • AI/ML: LLMs, Transformers, RAG, Neural Networks, Reinforcement Learning
  • Systems: Low-Level Programming, Server-Client Architecture, Concurrency
  • Core CS: OOP, Data Structures & Algorithms, Functional Programming
  • Web Dev: Full-Stack Development, Flask, Bootstrap
  • Tools: Docker, Git, Linux, Google Cloud

✨ Featured Projects

Here are a few projects I'm particularly proud of. You can find more on my portfolio website!

Project Name Description Tech Stack
NotiSentry-Smart-DND An open-source "smart DND" app for Android using Gemini-2.5-Flash intelligence to summarize and filter notifications. Kotlin, Firebase, Vortex AI Cloud, Jetpack Compose
REPLUG_LSR_with_vLLM An implementation of the REPLUG method for training LLMs on retrieved documents, optimized for LSR with vLLM's parallel capabilities. Python, vLLM, PyTorch
WindowsCenterStage Emulates Apple's Center Stage on Windows, using a custom-trained facial recognition model to keep the user's face centered. Python, TensorFlow, OpenCV
C-Based Filesystem Emulator An in-memory emulation of a Linux-like filesystem, managing i-nodes and data blocks from scratch. C
Multi-Client Poker Server A concurrent server that allows multiple clients to connect and play Texas Hold 'em Poker in real-time. C
Red-Black Tree in MIPS A from-scratch implementation of a Red-Black Tree, demonstrating low-level memory management and data structures in assembly. MIPS Assembly
ReLinked-Open-Source A Flask-based web application that allows users to save, organize, and customize important webpage links. Python, Flask, Jinja, SQLite

πŸ”— Connect With Me

πŸ“Š My GitHub Stats

Anshumaan's GitHub stats Top Languages

Pinned Loading

  1. ReLinked-Open-Source ReLinked-Open-Source Public

    ReLinked is a simple flask based application which allows the user to save important webpages. You have the ability to name those links, search through the links as well as create link collections …

    HTML 1

  2. C-Based-Linux-Filesystem-Emulator C-Based-Linux-Filesystem-Emulator Public

    This project is an in-memory emulation of a Linux-like filesystem written entirely in C. It involves managing core filesystem structures like i-nodes and data blocks, handling memory allocation, an…

    C++

  3. Multi-Client-Texas-Hold-em-Poker-Server Multi-Client-Texas-Hold-em-Poker-Server Public

    This is a server application that manages a six-player game of Texas Hold'em poker. The server is written in C and uses the sockets API to communicate with multiple clients concurrently. It is resp…

    C

  4. Red-Black-Tree-in-MIPS-Assembly Red-Black-Tree-in-MIPS-Assembly Public

    This project is an implementation of core functions for a Red-Black Tree data structure, written entirely in MIPS assembly language. The assignment focuses on low-level memory operations, register …

    Assembly

  5. REPLUG_LSR_with_vLLM REPLUG_LSR_with_vLLM Public

    Forked from jacqueline-he/REPLUG

    Python 1 1