This project was built for Teli at The University of Hong Kong. This uses Google Cloud Speech APIs to convert speech to text, unlike other counterparts - this is done entierly on the client side.
- Check it out here (note, the access token is not uploaded, hence the speech to text won't happen yet)
- Edit the file
create_access_token.js
on line 19 to set the access token of your Google API account. - Run
index.html
.
- This is not production ready because it might mean exposing your API keys, so handle that carefully before deployment.
- Another version of this using Express and Socket (for real time speech to text conversion) was made here.