Hey, I'm Ankush

Computer Engineer student from India. Open to work. Contact me below.

  • BaseKernel

    A simple 32-bit custom kernel built in C following the 539Kernel guide, featuring basic memory, interrupt, multitasking, and hardware management with custom GDT/IDT setup.

    C /NASM /QEMU /GCC /Linux
  • KapoorVM

    A 16-bit virtual CPU built from scratch in C with custom opcodes and 65 KB of virtual memory.

    C /Linux /GCC
  • Alloc

    A custom memory allocator mimicking malloc/free with secure deallocation and debugger tools.

    C /Linux /NASM /GCC
  • Advanced Research AI Agent

    An intelligent research assistant that retrieves data from Google, Bing, and Reddit, analyzes it using a local LLM via Ollama, and synthesizes multi-source insights into a cohesive answer.

    Python /LangGraph /Ollama /BrightData API /LLM
  • CodeNexus

    A Python-based code editor with syntax highlighting, autocomplete, and integrated CMD runner.

    Python /PyQt5 /QScintilla /Jedi
  • Email Unsubscriber

    A tool to automatically unsubscribe from emails by scanning inbox and visiting unsubscribe links.

    Python /IMAP /SMTP /BeautifulSoup /requests
  • AI Flappy Bird

    A NEAT-powered Flappy Bird game where AI birds learn to play by evolving neural networks through generations.

    Python /Pygame /NEAT /OOP