diff --git a/frontend/website/index.html b/frontend/website/index.html index e4b78ea..fa3e165 100644 --- a/frontend/website/index.html +++ b/frontend/website/index.html @@ -4,7 +4,7 @@ -
You have data, I have the skills to help you understand it.
@@ -13,8 +14,7 @@ const About = () => { title="Computer Vision" content="Expertise in developing and deploying computer vision models for various applications, including object detection, image classification, and more. Ask me about state-of-the-art real-time models for your business." images={[ - { url: "https://gifs.cc/congratulation/congrats-animation-smiley-2018.gif", alt: "Computer Vision 1" }, - { url: "https://example.com/image2.jpg", alt: "Computer Vision 2" }, + { url: outputGif, alt: "Video Segmentation with SAM2." }, ]} viewMoreLink="/computer-vision" imageOnLeft={true} @@ -23,8 +23,7 @@ const About = () => { title="Natural Language Processing" content="Building NLP models for tasks such as sentiment analysis, text classification, and language generation. If you need a chatbot for your business and care about privacy, or a simple text classification algorithm to understand your data, I can help." images={[ - { url: "/path/to/nlp-image.jpg", alt: "NLP 1" }, - { url: "/path/to/nlp-image2.jpg", alt: "NLP 2" }, + { url: openWebUIGif, alt: "Locally hosted LLM using oLLama and OpenWebUI." }, ]} viewMoreLink="/nlp" imageOnLeft={false} diff --git a/frontend/website/src/components/Contact.tsx b/frontend/website/src/components/Contact.tsx index 749d52c..951f796 100644 --- a/frontend/website/src/components/Contact.tsx +++ b/frontend/website/src/components/Contact.tsx @@ -3,7 +3,7 @@ import { SiLinkedin } from "react-icons/si"; const Contact = () => { return ( -
diff --git a/frontend/website/src/components/ExpertiseSection.tsx b/frontend/website/src/components/ExpertiseSection.tsx
index 0ce8171..3b22831 100644
--- a/frontend/website/src/components/ExpertiseSection.tsx
+++ b/frontend/website/src/components/ExpertiseSection.tsx
@@ -26,9 +26,9 @@ const ExpertiseSection: React.FC {content}{title}
diff --git a/frontend/website/src/components/ImageCarousel.tsx b/frontend/website/src/components/ImageCarousel.tsx
index 272fdba..4f78020 100644
--- a/frontend/website/src/components/ImageCarousel.tsx
+++ b/frontend/website/src/components/ImageCarousel.tsx
@@ -27,6 +27,9 @@ const ImageCarousel: React.FC
+