Skip to content

Commit

Permalink
projects
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdt01 committed Feb 18, 2024
1 parent 75833ce commit e13c958
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# main links links
main:
- title: "Publications"
url: /publications/
- title: "Projects"
url: /projects/

- title: "Talks"
url: /talks/
Expand Down
10 changes: 10 additions & 0 deletions _projects/project-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
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 e13c958

Please sign in to comment.