Skip to content

Commit

Permalink
project files
Browse files Browse the repository at this point in the history
mmdt01 committed Feb 18, 2024
1 parent baaccfb commit e8153d1
Showing 3 changed files with 17 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _projects/project-1.md
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.
6 changes: 3 additions & 3 deletions _projects/project-2.html
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.
11 changes: 11 additions & 0 deletions _projects/project-3.md
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>

0 comments on commit e8153d1

Please sign in to comment.