class SoftwareEngineer:
def __init__(self):
self.name = "Aditya Mohanty"
self.role = "Software Engineer"
self.language_spoken = ["in_HIN", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
def state_interest(self):
print("Machine Learning, Backend Systems, Deep Learning, Data Science, Forecasting")
me = SoftwareEngineer()
me.say_hi()
Pinned Loading
-
Onboarding_Buddy
Onboarding_Buddy PublicLLM tool that explains why code works the way it does, grounded in git blame history and GitHub PRs — not guesses.
Python 1
-
Dokument-2.0
Dokument-2.0 PublicAI-powered PDF summarization and chat, with persistent multi-conversation history.
HTML 1
-
NTT_Implementation
NTT_Implementation PublicEmployed into Crystal-Kyber Algorithm, a prominent Lattice-based Post Quantum Cryptography(PQC) algorithm, for polynomial multiplication of higher degrees.
Verilog 21
-
6502-Emulation-in-C
6502-Emulation-in-C PublicA minimal, highly portable emulator for the MOS Technology 6502 CPU written in C.
C 1
If the problem persists, check the GitHub status page or contact support.



