Spaces:
Running
Running
Sébastien De Greef
commited on
Commit
·
8f5d193
1
Parent(s):
dceb81a
feat: Add "Who Am I?" section to website navigation
Browse files- src/_quarto.yml +2 -0
- src/whoami.qmd +33 -0
src/_quarto.yml
CHANGED
@@ -9,6 +9,8 @@ website:
|
|
9 |
contents:
|
10 |
- section: "About"
|
11 |
contents:
|
|
|
|
|
12 |
- href: about.qmd
|
13 |
text: About this Cookbook
|
14 |
|
|
|
9 |
contents:
|
10 |
- section: "About"
|
11 |
contents:
|
12 |
+
- href: whoami.qmd
|
13 |
+
text: Who Am I ?
|
14 |
- href: about.qmd
|
15 |
text: About this Cookbook
|
16 |
|
src/whoami.qmd
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: "Who Am I?"
|
3 |
+
---
|
4 |
+
|
5 |
+
**A Glimpse into My AI-driven Odyssey**
|
6 |
+
|
7 |
+
Hello and welcome to my personal AI space! I am an AI enthusiast and a self-taught expert in the realm of artificial intelligence. With a rich professional background spanning over two decades in software development, my passion for AI and machine learning has shaped my recent career trajectory.
|
8 |
+
|
9 |
+
**Unpacking My Professional Journey**
|
10 |
+
|
11 |
+
My professional experience includes a diverse array of roles where I honed my skills in application development, system administration, and solutions architecture. Specializing in the .Net stack and proficient in major programming languages like C, C#, and Python, my career has been a blend of deep technical work and innovative solution-finding. While the specific companies I worked with remain unnamed here, the roles have been pivotal in building a solid foundation in both legacy systems and modern cloud solutions.
|
12 |
+
|
13 |
+
**My AI and Machine Learning Pathway**
|
14 |
+
|
15 |
+
Driven by an insatiable curiosity, I ventured into the world of AI without formal training, relying on my foundational skills and a relentless pursuit of knowledge. Through countless hours of self-study, engaging in online communities, and experimenting with cutting-edge technologies, I have immersed myself in learning and applying AI principles to real-world problems.
|
16 |
+
|
17 |
+
**Skills and Expertise**
|
18 |
+
|
19 |
+
- **Languages and Technologies**: Proficient in .Net, C, C#, Python.
|
20 |
+
- **AI Competencies**: Deep knowledge in machine learning and artificial intelligence, with practical application through personal projects and self-guided learning.
|
21 |
+
- **Project Management and Development**: Experienced in overseeing projects from conception to deployment, ensuring alignment with business objectives and client satisfaction.
|
22 |
+
|
23 |
+
**What Drives Me?**
|
24 |
+
|
25 |
+
My journey is fueled by the challenge of unraveling complex problems and the thrill of achieving solutions that push technological boundaries. The ever-evolving landscape of AI keeps me on my toes, driving continuous learning and adaptation.
|
26 |
+
|
27 |
+
**Join Me**
|
28 |
+
|
29 |
+
As I continue to explore and document my journey into AI, I invite you to delve into the pages of this cookbook to discover the magic of artificial intelligence through my eyes. Whether you are a fellow AI aficionado or a curious learner, there’s something here for everyone. Let’s navigate this fascinating world together!
|
30 |
+
You will find me on Discord: sebdg82_63888 or [HuggingFace](https://huggingface.co/sebdg) as sebdg, or you can visit my [LinkedIn profile](https://www.linkedin.com/in/sebdg/) or just drop me an [email](sebdg@hotmail.com)
|
31 |
+
|
32 |
+
Best regards,
|
33 |
+
Sebastien De Greef
|