Skip to content
View dirac292's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
  • University of Waterloo
  • Waterloo, ON
  • 15:15 (UTC -04:00)

Highlights

  • Pro
Block or Report

Block or report dirac292

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
dirac292/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m Mahip
  • ๐Ÿ‘€ Iโ€™m interested in Computer Science
  • ๐ŸŒฑ Areas of Interest: Deep Learning, Number Theory, Cryptography, Quantum Mechanics, Compilers, Bio-informatics and Software Development.
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on projects I like and that help the community
  • ๐Ÿ“ซ How to reach me Reach me at mahippruthi@gmail.com or m292sing@uwaterloo.ca
  • ๐Ÿ“ซ Currently Exploring LLM's and Computer Vision Papers and Projects

Pinned

  1. Neural-Style-Transfer Neural-Style-Transfer Public

    Neural style transfer Implementation

    Python 2

  2. Fast-Fourier-Transform Fast-Fourier-Transform Public

    Fast Fourier Transform Algorithm

    Python 1

  3. GPT2-Implementation GPT2-Implementation Public

    GPT2 From Scratch using PyTorch. Inspired by Andrej Karpathy's implementation of microGPT

    Python

  4. DNA-Sequence-Compression-Analysis DNA-Sequence-Compression-Analysis Public

    DNA Sequencing Analysis using compression algorithms

    Python 1

  5. Data-Structures Data-Structures Public

    A reference for various Data structures in C++ with their implementation. More to be added !

    C++

  6. Password_Manager Password_Manager Public

    A password Manager that generates and stores password in a encrypted txt file using SHA256 .It decrypts the file as when the user wants to see the passwords.

    Python