Git Product home page Git Product logo

azure-ai-cognitive-services-cli-tool's Introduction

Azure Speech Services CLI

This is a simple command-line interface (CLI) application that interacts with Azure's Speech Services. It provides functionalities for text-to-speech and speech-to-text conversion.

Prerequisites

  • Python 3.7 or later
  • An Azure account with an active subscription

Setup and Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/your-repo-name.git
  2. Navigate into the directory:

    cd your-repo-name
  3. Install the required Python packages:

    pip install -r requirements.txt
  4. Configure environment variables:

    Rename the .env.example file to .env and fill in your Azure Speech Services key and region:

    cp .env.example .env
    nano .env

    Then, fill in your Azure Speech Services key and region:

    SPEECH_KEY=your-key-here
    SPEECH_REGION=your-region-here
    

Usage

  1. Text-to-Speech:

    To convert text to speech, use the text-speech mode and provide the text you want to convert:

    python main.py --mode=text-speech --text='Your text here'
  2. Speech-to-Text:

    To convert speech to text, use the speech-text mode:

    python main.py --mode=speech-text

    If you want to enable continuous recognition mode, add the --continuous flag:

    python main.py --mode=speech-text --continuous

    Press any key to stop continuous recognition.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

azure-ai-cognitive-services-cli-tool's People

Contributors

brentendovey-acg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.