$ whoami
Rishabh Jain
$ cat role.txt
$ ls expertise/
multimodal_ai.py speech_tech.py llm_engineering.py deep_learning.py
$ ▊
Scroll Down
Postdoctoral Researcher at Trinity College Dublin specializing in Multimodal AI
I completed my PhD in AI, focusing on Speech Technologies (TTS/STT) at the University of Galway, Ireland. With a strong foundation in Machine Learning, Deep Learning, and Large Language Models, I'm passionate about pushing the boundaries of AI research and application.
My work spans across speech recognition, text-to-speech synthesis, multimodal learning, and cutting-edge LLM development. I'm actively seeking opportunities to contribute to innovative ML/AI projects as a Machine Learning Engineer, Research Scientist, or Data Scientist.
Thesis: Child Speech Understanding and Generation via Neural ASR and TTS Models
Grade: 1.1 Honours
Thesis: Toolkit for Facial Landmarks Identification and Recognition based on Video Data Analysis
CGPA: 8.73 / 10.0
Thesis: Patient Health Monitoring System and Detection of Atrial Fibrillation, Fall, and Air Pollutants using IoT Technologies
IEEE Access, vol. 10, pp. 47628-47642, 2022
Read PaperIEEE Access, vol. 12, pp. 41601-41610, 2024
Read PaperIEEE Access, vol. 11, pp. 46938-46948, 2023
Read PaperIEEE Access, 2023
Read PaperIEEE Access, vol. 10, pp. 133357-133369, 2022
Read PaperSpeD 2023, Bucharest, Romania, pp. 54-59
Read PaperSpeD 2023, Bucharest, Romania, pp. 42-47
Read PaperSpeD 2023, Bucharest, Romania, pp. 66-71
Read PaperSpeD 2023, Bucharest, Romania, pp. 36-41
Read PaperPhD Thesis, University of Galway, Ireland (2021-2024)
Comprehensive research on enhancing child speech technologies through advanced TTS and ASR models, including Tacotron 2, FastPitch, wav2vec2, Whisper, and Conformer. Applied data augmentation techniques and developed ethical applications for interactive smart toys and facial animation pipelines.
I'm always open to discussing new projects, creative ideas, or opportunities to be part of your vision. Whether you're looking for research collaboration or have questions about AI/ML, feel free to reach out!
class Researcher:
def __init__(self):
self.name = "Rishabh Jain"
self.role = "AI/ML Researcher"
self.location = "Dublin, Ireland"
self.interests = [
"Multimodal AI",
"Speech Technologies",
"Large Language Models",
"Deep Learning"
]
def get_in_touch(self):
return {
"email": "j_rishabh@outlook.com",
"github": "@rishabhjain16",
"linkedin": "rishabhjain16"
}
# Let's collaborate!
rishabh = Researcher()
contact = rishabh.get_in_touch()