wit.ai

Wit AI speech recognition python

Wit AI speech recognition python Question: The code i wrote does not give the answer i want. from wit import Wit client = Wit("XXXYYYZZZ") with open(‘sa.mp3’, ‘rb’) as f: resp = client.speech(f, {‘Content-Type’: ‘audio/wav’}) print(‘Yay, got Wit.ai response: ‘ + str(resp))` the code gives me the "Yay, got Wit.ai response: {‘entities’: {}, ‘intents’: [], ‘text’: …

Total answers: 1