Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Instructions for building a real stand-alone server (without dependency on Microsoft) #305

Open
andy8025 opened this issue Jan 13, 2022 · 1 comment

Comments

@andy8025
Copy link

During a recent video demo of Genie https://youtu.be/6ZMXE5PXPqU?t=9694 the two team members stated that the stand-alone version of Genie sends TTS/STT data to Microsoft, and the Semantic Parser runs on remote (Stanford?) servers. Can someone provide instructions on how to build Genie on a workstation (with a GPU) so that it does not send data to any remote computers?

@gcampax
Copy link
Contributor

gcampax commented Jan 15, 2022

Hello! You can follow the instructions at https://github.com/stanford-oval/genienlp and https://github.com/stanford-oval/genie-cloud to deploy the Semantic Parser on your own HW. The semantic parser can be downloaded from https://almond-static.stanford.edu/models/en-US/latest.tar.xz

As for STT/TTS, you will need to make changes in genie-cloud to replace the API calls to Microsoft with a different implementation that runs locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants