Questions tagged [houndify]

Houndify is a platform to allow anyone to add smart, voice enabled, conversational interfaces to anything with an internet connection. Once integrated with Houndify, products can instantly understand a wide variety of questions and commands.

21 questions
8
votes
2 answers

Using JavaScript to properly sign a string using HmacSHA256

In the Houndify API Docs for Authentication, you have the following block of content: An Example of Authenticating a Request Let's assume we have the following information: UserID: ae06fcd3-6447-4356-afaa-813aa4f2ba41 RequestID:…
ObiHill
  • 11,448
  • 20
  • 86
  • 135
4
votes
0 answers

How to upload user's contact data to HoundServer using Houndify python SDK

I want to upload my contact data to Hound Server. Cloud you show me how to do it? I want to try Phone Domain, but I caught following error. Call john "Contact information is not available until it is synchronized with the Hound cloud." I set…
Satomi
  • 41
  • 1
2
votes
0 answers

Including a class in an inherited class in python?

I'm trying to integrate Jasper(https://github.com/jasperproject/jasper-client) with houndify python sdk. I'm trying to integrate the Houndify in Jasper's Speech to Text…
Mukul Sharma
  • 141
  • 1
  • 2
  • 9
2
votes
1 answer

How to use Houndify to record User response?

Here's the flow of conversation that I am trying to achieve using Houndify and it's Custom Commands feature: User: "Add task" Houndify: "What is name of your task?" User: Houndify: "What is end date of task?" User: "This…
SoundStage
  • 802
  • 2
  • 9
  • 27
1
vote
0 answers

Houndify Speech to Text leaves SpokenRespons blank

I have the sample houndify web client working, which shows the user utterance. The node server is also working and showing the voice object, but it's leaving the utterance as blank. STATUS is OK Is it because it's running on a local server? Note: My…
1
vote
1 answer

Do Speech to text in real-time

I am developing a Voice based personal assistant using Python. I took help from some open-source projects. I have apis for speech to text engines. My assistant first records the voice, then it uses the api to send the voice and return the…
1
vote
1 answer

Houndify: Web SDK Sample: signed token rejected

I've been away from coding for a few years so excuse the simple nature of this question. I've downloaded the Houndify web sdk and followed instructions to get it running on my local web server (localhost). When running it I get the authentication…
E W
  • 11
  • 3
1
vote
1 answer

Use Pace.js to track dynamically loaded script

I am using pjax standalone and pace.js to show page load progress. All working well. However I have one script I’m loading dynamically following a button click that’s pretty large (houndify-web-sdk.min.js 700kb) and would like to show the progress…
Stuart
  • 83
  • 1
  • 1
  • 8
0
votes
1 answer

How to exclude domains in the Houndify API?

How can i exclude Domains in the Houndify API? In the RequestInfoJSON documentation is a field called domains to "omit some domains when doing a request". However there is no format specified. By analysing the SDK i discover the following…
E.Jähne
  • 1
  • 3
0
votes
1 answer

sample_wave on Python 3 Doesn't Create Speech Handler

One has to make a couple of adjustments to run the sample_wave.py example program on Python 3. But having made them and having sent a .wav file to the Voice endpoint I get: b'HTTP/1.1 200 OK\r\nContent-Type: application/json\r\nTransfer-Encoding:…
user90346
  • 266
  • 1
  • 6
0
votes
1 answer

How to make voice requests using Houndify in Python?

I am using python 3.6. I am planning to incorporate houndify in a project that I'm working on. I want to use the Houndify API to make voice requests (using only a few domains like Weather, Map, Knowledge, Wikipedia, etc.). The documentation on the…
0
votes
1 answer

How to get the transcription from the custom commands in Houndify

How to get the transcription from custom commands irrespective of users saying in houndify ? Created a custom command ClientMatch : i have an expression "can i get".("apple" | "mango") User : can i get pineapple Houndify should detect Transcription:…
Priya
  • 11
  • 5
0
votes
1 answer

How to use houndify API with curl

I just want to test houndify API simply by curl application. But I can't find how can I use it. If I send text or voice recoded file to houndify by curl application in windows(linux) pc, could you let me know full option for curl?
0
votes
0 answers

Saving the final transcript into a textfile with the dynamic name from the user

I have converted Speech-To-Text from .wave file using houndify STT , but i have problem in saving the text into a file . how can i save the final streamed partial transcript text into a file in python !! /usr/bin/env python import wave …
Gowdham GowD
  • 31
  • 1
  • 6
0
votes
1 answer

how to implement Speech To Text using python houndify?

I am new to houndify,i have been creating STT(Speech To Text) process.i have an idea to create it using python.I choosed houndify python 2.7 SDK.I have got the client id and client key of houndify service.So how can i proceed to Speech To Text…
prem
  • 1
  • 2
1
2