Skip to content
View manavmittal05's full-sized avatar

Block or report manavmittal05

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
manavmittal05/README.md

Hi there 👋 I'm Manav Mittal

Welcome to my GitHub! I'm a passionate developer who loves building, learning, and sharing knowledge.

🚀 About Me

  • 🌱 I’m currently studying Computer Science and Artifical Intelligence at IIIT-Delhi
  • 🤝 I’m open to collaborating on: Anything fun and innovative
  • 📫 How to reach me: manavmittal05@gmail.com

🧰 Tech Stack

⚡ Fun Facts

  • 🧩 I enjoy solving problems using tech
  • 🌎 I'm curious about how tech can improve sustainability

Thanks for visiting! Let's build something cool together 🚀

Pinned Loading

  1. skyscrappers/DivyaDrishti skyscrappers/DivyaDrishti Public

    AI-Enhanced Learning and Interaction Assistant for Visually Impaired people at IIIT Delhi

    Jupyter Notebook 4

  2. prateek21081/ratchet-chat prateek21081/ratchet-chat Public

    An implementation of The Double Ratchet Algorithm (a.k.a. The Signal Protocol) and a chat application using it.

    Python 2

  3. KYC-Website KYC-Website Public archive

    KYC-Website is a web application designed to authenticate customers by utilizing their valid government-issued ID. It leverages machine learning techniques to match the user's real-time face with t…

    EJS 13 4

  4. BasicLinuxShell BasicLinuxShell Public

    A lightweight custom terminal shell developed as part of the CSE231: Operating Systems course at IIIT-Delhi, demonstrating core concepts of process control, system calls, and shell design.

    C 1

  5. Assembler-Simulator Assembler-Simulator Public

    This repository contains the implementation of a custom assembler and simulator for a 16-bit Instruction Set Architecture (ISA), developed as part of the CSE112: Computer Organization course at III…

    Python 1

  6. tcp-reciever tcp-reciever Public

    This project implements a reliable TCP receiver from scratch, designed to handle byte-stream communication and manage out-of-order segments. The project is broken into three core components: ByteSt…

    C++