From e8153d11e74fd016c8b2f94a080bfc05ee934d2a Mon Sep 17 00:00:00 2001 From: mmdt01 <87656293+mmdt01@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:55:16 +0000 Subject: [PATCH] project files --- _projects/project-1.md | 6 +++--- _projects/project-2.html | 6 +++--- _projects/project-3.md | 11 +++++++++++ 3 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 _projects/project-3.md diff --git a/_projects/project-1.md b/_projects/project-1.md index 499ee6f9147e..e04424e02c1a 100644 --- a/_projects/project-1.md +++ b/_projects/project-1.md @@ -1,7 +1,7 @@ --- -title: "Portfolio item number 1" -excerpt: "Short description of portfolio item number 1
"/ -collection: portfolio +title: "Project item number 1" +excerpt: "Short description of project item number 1
"/ +collection: projects --- This is an item in your portfolio. It can be have images or nice text. If you name the file .md, it will be parsed as markdown. If you name the file .html, it will be parsed as HTML. diff --git a/_projects/project-2.html b/_projects/project-2.html index 8a0c6ebb444e..4053e452cfa8 100644 --- a/_projects/project-2.html +++ b/_projects/project-2.html @@ -1,7 +1,7 @@ --- -title: "Portfolio item number 2" -excerpt: "Short description of portfolio item number 2
" -collection: portfolio +title: "Project item number 2" +excerpt: "Short description of project item number 2
" +collection: projects --- This is an item in your portfolio. It can be have images or nice text. If you name the file .md, it will be parsed as markdown. If you name the file .html, it will be parsed as HTML. diff --git a/_projects/project-3.md b/_projects/project-3.md new file mode 100644 index 000000000000..227802c2cd43 --- /dev/null +++ b/_projects/project-3.md @@ -0,0 +1,11 @@ +--- +title: "RoboLecturer" +date: 2023-03-30 +excerpt: "Designed a human-like robotic system capable of giving interactive lectures by utilising LLMs for slide and script generation, DNNs for speech synthesis (TTS) and recognition (STT) and Computer Vision" +collection: projects +--- + +Designed and implemented a human-like robotic system (based on Softbank Robotics’ Pepper robot) capable of giving interactive lectures by utilising LLMs for slide and script generation, DNNs for speech synthesis (TTS) and recognition (STT) as well as Computer Vision for face and body posture recognition (ROS, Python) + +Check project on GitHub +