Skip to content

Instantly share code, notes, and snippets.

@mrishu
Last active April 13, 2025 09:46
Show Gist options
  • Select an option

  • Save mrishu/209414cdb3a36b3f41ce3cb8cbbc9cc3 to your computer and use it in GitHub Desktop.

Select an option

Save mrishu/209414cdb3a36b3f41ce3cb8cbbc9cc3 to your computer and use it in GitHub Desktop.
JSON Resume
{
"basics": {
"name": "Aditya Dutta",
"label": "Programmer",
"image": "",
"email": "[email protected]",
"phone": "+91-9382522757",
"url": "https://mrishu.github.io",
"summary": "A passionate programmer and student with a knack for problem-solving and a strong foundation in mathematics and computer science.",
"location": {
"address": "",
"postalCode": "",
"city": "Kolkata",
"countryCode": "IN",
"region": "West Bengal"
},
"profiles": [
{
"network": "GitHub",
"username": "mrishu",
"url": "https://github.com/mrishu"
}
]
},
"work": [
{
"name": "Indian Institute of Science Education and Research Kolkata (IISER Kolkata)",
"position": "MS Project",
"url": "",
"startDate": "2022-08-01",
"endDate": "2023-03-01",
"summary": "Conducted in-depth research on Complex Dynamical Systems and Complex Analysis under Dr. Sushil Gorai. Developed detailed animations and visualizations using Matplotlib.",
"highlights": [
"Conducted research on Complex Dynamics",
"Developed visualizations and animations using Matplotlib"
]
}
],
"volunteer": [],
"education": [
{
"institution": "Indian Statistical Institute, Kolkata (ISI Kolkata)",
"url": "",
"area": "Computer Science",
"studyType": "M.Tech",
"startDate": "2023-08-01",
"endDate": "2025-06-01",
"score": "81.44%",
"courses": []
},
{
"institution": "Indian Institute of Science Education and Research Kolkata (IISER Kolkata)",
"url": "",
"area": "Mathematics",
"studyType": "BS-MS Dual-Degree",
"startDate": "2018-08-01",
"endDate": "2023-06-01",
"score": "8.07",
"courses": []
}
],
"awards": [],
"certificates": [],
"publications": [],
"skills": [
{
"name": "Programming Languages",
"level": "",
"keywords": [
"Python",
"C",
"C++",
"Java",
"Bash"
]
},
{
"name": "Libraries",
"level": "",
"keywords": [
"PyTorch",
"Scikit-learn",
"NumPy",
"SciPy",
"Pandas",
"Matplotlib",
"Gymnasium",
"StableBaselines3"
]
},
{
"name": "Tools & Systems",
"level": "",
"keywords": [
"Git",
"Linux",
"Neovim",
"Docker"
]
},
{
"name": "Databases",
"level": "",
"keywords": [
"MySQL"
]
}
],
"languages": [],
"interests": [],
"references": [],
"projects": [
{
"name": "Chess",
"startDate": "2015",
"endDate": "2015",
"description": "Developed a command-line chess game during high school.",
"url": "https://github.com/mrishu/Chess"
},
{
"name": "libg-fzf",
"startDate": "2020-01-01",
"description": "Created a POSIX-compliant shell script to download documents from the Library Genesis website directly via the terminal. (Received 40+ stars on GitHub.)",
"url": "https://github.com/mrishu/libg-fzf"
},
{
"name": "welearntui",
"startDate": "2021-01-01",
"description": "Automated batch downloading of lecture notes from the institute’s website during the COVID-19 lockdown.",
"url": "https://github.com/mrishu/welearntui"
},
{
"name": "vimv",
"startDate": "2020-01-01",
"description": "Designed a Python tool for bulk renaming files by editing filenames within a text editor.",
"url": "https://github.com/mrishu/vimv"
},
{
"name": "Homeserver",
"startDate": "2024-01-01",
"description": "Set up a home server on an old laptop to host a personal website and cloud service using Nextcloud.",
"url": "https://dutta.fun"
},
{
"name": "tash",
"startDate": "2024-01-01",
"description": "Built a simple shell in C, utilizing Flex for lexical analysis and Bison for parsing.",
"url": "https://github.com/mrishu/tash"
},
{
"name": "Information Retrieval Models using PyLucene",
"startDate": "2024-01-01",
"description": "Implemented information retrieval models based on truncated probability distributions (EXP-T and GLL-T) using PyLucene. Tested performance on the TREC678 dataset in comparison with BM25.",
"url": "https://github.com/mrishu/ir-project"
},
{
"name": "Tic-Tac-Toe RL Agent",
"startDate": "2024-01-01",
"description": "Trained and ran tests on two Tic-Tac-Toe Reinforcement Learning agents using Monte Carlo and Q-Learning.",
"url": "https://github.com/mrishu/Tic-Tac-Toe-RL"
},
{
"name": "Computer Vision Implementations",
"startDate": "2024-01-01",
"description": "Implemented Anisotropic Diffusion, Harris Corner Detection, and Lucas Kanade Optical Flow algorithms.",
"url": "https://github.com/mrishu/cv-implementations"
},
{
"name": "MinHash Implementation",
"startDate": "2024-01-01",
"description": "Efficient implementation of the MinHash algorithm for approximating Jaccard similarity.",
"url": "https://github.com/mrishu/minhash"
},
{
"name": "BPE Tokenizer",
"startDate": "2024-01-01",
"description": "Implemented the Byte Pair Encoding (BPE) tokenization algorithm for NLP applications.",
"url": "https://github.com/mrishu/bpe-tokenizer"
},
{
"name": "Human Detection through HOG",
"startDate": "2024-01-01",
"description": "Implemented a human detection system using Histogram of Oriented Gradients (HOG).",
"url": "https://github.com/mrishu/hog-object-detection"
},
{
"name": "Next Word Prediction",
"startDate": "2024-01-01",
"description": "Implemented next word prediction systems using a Trigram Model with back-off and LSTM.",
"url": "https://github.com/mrishu/next-word-prediction"
},
{
"name": "Connect4 RL Agents",
"startDate": "2024-01-01",
"description": "Developed and trained reinforcement learning agents for Connect4 using PPO, A2C, DQN, curriculum-based training, and UCB heuristics.",
"url": "https://github.com/mrishu/connect4"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment