A personal portfolio website showcasing research publications, projects, and professional experience in Artificial Intelligence and Machine Learning.
This portfolio features an interactive and dynamic design to present work in:
- Research: Deep learning applications in healthcare, accessibility (Autism support), and environmental science.
- Projects: Real-world implementations of AI, including educational chatbots, medical diagnostic tools, and gesture recognition systems.
- Professional Experience: Work history at AWS and research roles at Purdue University.
Built with a modern frontend stack focusing on performance and interactivity:
- Framework: React with TypeScript
- Build Tool: Vite
- Styling: Tailwind CSS
- Animations: Framer Motion
- 3D Visualization: Three.js via React Three Fiber
- Icons: Lucide React
- Interactive 3D Backgrounds: Custom shaders and particle systems for unique visual identities per project.
- Dynamic Content Rendering: Data-driven components for papers, projects, and resume sections.
- Responsive Design: Fully optimized for mobile and desktop viewing.
To run this project on your local machine:
-
Prerequisites: Ensure you have Node.js installed.
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Build for production:
npm run build
This project is configured for deployment on GitHub Pages.
To deploy a new version:
npm run deployThis project is licensed under the Apache License 2.0.