Markdown
This repository contains the source code for my personal portfolio website. As an AI & Machine Learning Engineer specializing in Agentic Systems and Deep Learning, I needed a clean, dark-mode, cyberpunk-aesthetic platform to showcase my production-grade architectures.
You can view the live site here: viraj-bulugahapitiya.vercel.app
This portfolio highlights several complex systems I have architected, including:
- CricOracle 2026: T20 World Cup predictor using XGBoost, PyTorch LSTMs, and Genetic Algorithms.
- RepoSentinel & AI Learning Hub: Autonomous LangGraph state machine for analyzing and generating educational GitHub content.
- Pamorya AI Commerce Assistant: Multi-agent retail system bridging Groq Llama-3 with GenAI virtual try-ons.
- Tri-Modal Alzheimer's Detection: Custom 3D Swin Transformer built in PyTorch for high-dimensional medical data fusion.
While my daily engineering stack revolves around Python, PyTorch, LangGraph, and FastAPI, this specific portfolio UI was built using:
- React.js
- Node.js
- React-Bootstrap / CSS3
- Vercel (Deployment)
If you want to run this portfolio locally:
- Clone the repository:
git clone [https://github.com/Viraj97-SL/Portfolio.git](https://github.com/Viraj97-SL/Portfolio.git)
Install the dependencies:
Bash npm install Run the development server:
Bash npm start Open http://localhost:3000 to view it in the browser.
Acknowledgements Original React portfolio template created by Soumyajit4419, which has been heavily customized and adapted for an AI Engineering showcase.