Giter Site home page Giter Site logo

n-shyamprasad / ibmwatsonsspeechtotext Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.52 MB

IBM Watsons Speech To Text sample application

C# 100.00%
ibm ibm-watson ibm-watson-speech ibm-watson-speech-to-text csharp dotnet dotnetcore transcriber winforms dotnetstandard

ibmwatsonsspeechtotext's Introduction

IBM Watson Speech To Text

Simple applcation on how to use IBM Watson Speech To Text service, which converts the given audio file to text

image

This code example use the client library that is provided for .NET Standard.

dotnet add package IBM.Watson.SpeechToText.v1 --version 5.1.0

You authenticate to the API by using IBM Cloud Identity and Access Management (IAM).

You can pass either a bearer token in an authorization header or an API key, for this example I used API key.

First you need to subscribe to Speech to Text service from IBM's cloud shell from there you will get {apikey} and {apiServiceUrl} You pass in the {apikey} and {apiServiceUrl} in config file Transcriber.dll.Config section.

	<appSettings>
		<add key="apiKey" value="XXXXXXXXXXXXXXXXXXXXXXXX"/>
		<add key="apiServiceUrl" value="XXXXXXXXXXXXXXXXXXXXXXXXXXXX"/>
		<add key="AudioFilesPath" value="audio"/>
		<add key="SupportedAudioFormat" value="flac|mp3|mpeg|wav"/>
		<add key="TextFilesPath" value="text"/>
	</appSettings>

Inside application path you will see 2 folders

  1. audio - which is input to this application
  2. text - which is output from this application

image

Many things to explore in this Speech to Text service, I just touched the very basic feature.

Kindly let me know if you have any suggestions.

Thank you.

ibmwatsonsspeechtotext's People

Contributors

n-shyamprasad avatar

Stargazers

 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.