Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 814 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 814 Bytes

Speech Recognition and Generation

This repository explores various use-cases and implementations of speech recognition and generation technologies with Google Cloud Speech-to-Text and Text-to-Speech

Contents

Here's a breakdown of the content available:

  • Getting Started:
    • speech_recognition.ipynb: This Jupyter Notebook provides a basic introduction to performing speech recognition using Google Cloud's Speech-to-Text API.
  • Use Cases:
    • Storytelling:
      • storytelling.ipynb: This notebook delves into a specific application of speech technology - crafting engaging stories. It likely leverages both speech recognition and generation to create interactive or automated storytelling experiences.