Download the Voice Assistant

Start by cloning the repository with the complete example application code:

    

        
        
git clone https://git.gitlab.arm.com/kleidi/kleidi-examples/real-time-voice-assistant.git voice-assistant.git

    

Build the Voice Assistant

Open Android Studio, select Projects, then click Open, and navigate to the project you just downloaded:

Image Alt Text:example image alt-textOpen the project in Android Studio.

To build the application with the default settings, click the hammer icon labeled Make Module VoiceAssistant.app in the upper right corner:

Image Alt Text:example image alt-textBuild the project.

Android Studio will begin building the app. The first build might take longer if additional dependencies need to be downloaded.

Image Alt Text:example image alt-textSuccessful build!

Now that you have successfully built the Android application, you’re ready to run the Voice Assistant in the next step.

Back
Next