Welcome to my personal portfolio website hosted on GitHub Pages! This site showcases my professional journey as a Lead ML Engineer with over 6 years of experience in machine learning, deep learning, and AI applications across domains like NLP, Computer Vision, Reinforcement Learning, and Recommendation Systems.
I'm Aditya Kumar, a Machine Learning Engineer specializing in scalable ML systems. Proficient in frameworks like PyTorch, PyTorch Lightning, vLLM, LangChain, Keras, and FastAPI, I focus on end-to-end ML development and deployment.
- Current Role: Lead ML Engineer at Posha, a food robotics startup, where I lead the full-stack ML pipeline for robotic cooking, perception, and user personalization.
- Previous Roles:
- Applied Scientist II at Flipkart (2020β2023): Built the Competitive Intelligence Platform (CIP) for social media sentiment analysis and market benchmarking.
- Engineer I at Samsung Research Institute (2019): Developed hand gesture recognition for AR/VR.
- Undergraduate Researcher at IIT Delhi (2018β2019): Worked on biomedical imaging for liver lesion segmentation.
- Education: B.Tech in Electrical Engineering from Indian Institute of Technology Delhi (IIT Delhi), 2015β2019.
- Interests: Coding impactful solutions, writing tech blogs, and playing cricket, table-tennis, and golf!
For more details on my experience, projects, publications, and patents, check out the live site.
This repository contains the source code for my personal portfolio website built with HTML, CSS, and JavaScript. It's deployed automatically via GitHub Pages.
- Responsive Design: Adapts to all screen sizes, from mobile to desktop.
- Sections: About, Education, Experience, Publications, Projects, Patents, and Interests.
- Interactive Elements: Tabbed navigation for projects and patents.
- Assets: Images and PDF CV included in the
assets/
folder.
To run the site locally:
-
Clone the Repository:
git clone https://github.com/adi-iitd/adi-iitd.github.io.git cd adi-iitd.github.io
-
Open the Site:
- Simply open
index.html
in your browser (no server needed for static site). - For a live server (optional, for hot-reloading):
- Install a simple HTTP server if needed:
npm install -g http-server
- Run:
http-server .
- Visit:
http://localhost:8080
- Install a simple HTTP server if needed:
- Simply open
-
Dependencies:
- No build tools required; pure HTML/CSS/JS.
- Uses Font Awesome via CDN for icons.
This site is deployed on GitHub Pages. To deploy your own fork:
- Go to repository Settings > Pages.
- Set Source to
main
branch and root directory. - Your site will be live at
https://<username>.github.io
.
- Email: adi.ee1iitd@gmail.com
- GitHub: adi-iitd
- LinkedIn: adi-iitd
- Medium: @adi.gupta
Feel free to reach out for collaborations, discussions, or just to connect!
Thanks for visiting! β If you find this useful, star the repo!