forked from academicpages/academicpages.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: "Portfolio item number 1" | ||
excerpt: "Short description of portfolio item number 1<br/><img src='/images/500x300.png'>"/ | ||
collection: portfolio | ||
title: "Project item number 1" | ||
excerpt: "Short description of project item number 1<br/><img src='/images/500x300.png'>"/ | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: "Portfolio item number 2" | ||
excerpt: "Short description of portfolio item number 2 <br/><img src='/images/500x300.png'>" | ||
collection: portfolio | ||
title: "Project item number 2" | ||
excerpt: "Short description of project item number 2 <br/><img src='/images/500x300.png'>" | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) | ||
|
||
<a href='https://github.com/antonypap'>Check project on GitHub</a> | ||
|