This repository implement a library working with python to interact with Cochlear.ai backend.
Make sure to have install python3
and pip
.
pip install -r requirements.txt
For testing a file, run
python example_file.py
For testing a stream from your microphone, make sure port-audio is installed on your system. Then run
python example_stream.py
For further information, please refer to our API document: http://cochlear.ai/docs/.