Personal portfolio showcasing my projects in data science, machine learning, and applied AI.
👉 Live website:
🔗 https://margotbtn.github.io/portfolio/
This repository contains the source code of my personal data science portfolio website.
The goal is to:
- Present projects in a clear and accessible way
- Showcase both technical skills and applied problem-solving
- Serve as a central hub linking demos, notebooks, and research-oriented work
The website is built with Quarto and automatically deployed via GitHub Pages.
- Quarto – static website generation
- R / Python – data science & analysis
- GitHub Actions – CI/CD for automatic deployment
- GitHub Pages – hosting
- Docker – reproducible local development environment
.
├── index.qmd # Home page
├── about.qmd # About page
├── projects/ # Project pages
├── _quarto.yml # Website configuration
├── styles.css # Custom CSS styles
└── images/ # Images and visual assets
└── files/ # Documents that can be downloaded
├── _site/ # Rendered site (generated)
└── .github/workflows/ # GitHub Actions (deployment)
The website is automatically built and deployed on every push to main using GitHub Actions.
Workflow:
- Render the Quarto website
- Publish the generated
_site/directory to GitHub Pages
I'm a data scientist interested in applied machine learning, agentic AI systems, and knowledge-driven applications.
- 💼 LinkedIn: https://www.linkedin.com/in/margot-berton/
- 🧑💻 GitHub: https://github.com/margotbtn/