Skip to main content

Week 2

Milestones

  • Completed coding for Automatic Speech Recognition (ASR), Neural Machine Translation (NMT), and Text-to-Speech (TTS) using the Bhashini API.
  • Implemented code for various combinations: NMT + TTS, ASR + NMT, and ASR + NMT + TTS.
  • Resolved promise error, integrated a recorder for ASR, and implemented audio conversion for TTS (Text-to-Speech) during the output retrieval.
  • Achieved real-time translation functionality in React and HTML
  • Utilized the npm library locally to test its functionality within the project.

Learnings

  • Gain knowledge about creating symbolic links (symlinks) to locally test an npm library during development, allowing you to make changes to the library and immediately see the effects in your project without repeatedly publishing new versions to npm.