An open API service indexing awesome lists of open source software.

https://github.com/tony-42069/x-portfolio

A showcase of cutting-edge AI/ML engineering and full-stack development work. This portfolio demonstrates expertise in advanced machine learning, including successful fine-tuning and deployment of large language models, alongside modern web development capabilities.
https://github.com/tony-42069/x-portfolio

Last synced: about 2 months ago
JSON representation

A showcase of cutting-edge AI/ML engineering and full-stack development work. This portfolio demonstrates expertise in advanced machine learning, including successful fine-tuning and deployment of large language models, alongside modern web development capabilities.

Awesome Lists containing this project

README

        

# AI/ML Engineer Portfolio

![Portfolio Preview](https://raw.githubusercontent.com/tony-42069/x-portfolio/main/public/preview.png)

## 🚀 Overview

A showcase of cutting-edge AI/ML engineering and full-stack development work. This portfolio demonstrates expertise in advanced machine learning, including successful fine-tuning and deployment of large language models, alongside modern web development capabilities.

### 🎯 Core Competencies

- **Advanced Machine Learning**: Successfully fine-tuned and deployed 34B parameter LLMs
- **Deep Learning**: Mastery of model architecture, training, and optimization
- **MLOps**: Experience with Azure ML infrastructure and A100 GPU computing
- **Full-Stack Development**: Modern web applications with Next.js and React

### ✨ Technical Achievements

- **LLM Fine-tuning**: Successfully fine-tuned Yi-34B model with 4-bit quantization
- **Training Optimization**: Achieved significant loss reduction from 4.19 to 1.69
- **Advanced Techniques**: Implemented LoRA training and complex GPU memory management
- **Web Development**: Built high-performance, responsive applications

## 🛠 Tech Stack

### Machine Learning & AI
- **Models**: Large Language Models (34B parameters)
- **Infrastructure**: Azure ML, A100 GPUs
- **Techniques**: LoRA, 4-bit Quantization, Hyperparameter Optimization

### Web Development
- **Framework**: Next.js 15.0.2
- **UI**: Tailwind CSS, Radix UI
- **Animations**: Framer Motion
- **Deployment**: Vercel

## 🚀 Live Demo

Visit the live site: [AI/ML Engineer Portfolio](https://x-portfolio-phi.vercel.app/)

## 📂 Project Structure

```
src/
├── app/
│ ├── globals.css
│ ├── layout.tsx
│ └── page.tsx
├── components/
│ ├── sections/
│ │ ├── hero.tsx
│ │ ├── portfolio.tsx
│ │ ├── evidence.tsx
│ │ ├── vision.tsx
│ │ └── background.tsx
│ └── ui/
└── lib/
└── utils.ts
```

## 🏃‍♂️ Running Locally

1. Clone the repository:
```bash
git clone https://github.com/tony-42069/x-portfolio.git
```

2. Install dependencies:
```bash
cd x-portfolio
npm install --legacy-peer-deps
```

3. Start the development server:
```bash
npm run dev
```

4. Open [http://localhost:3000](http://localhost:3000) in your browser

## 📱 Deployment

This project is deployed on Vercel with continuous deployment enabled. Any push to the main branch will trigger a new deployment automatically.

## 📄 License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

---

Built by Dorian Sadellari | AI/ML Engineer & Full Stack Developer