Turkish and English Voice Controlled, Augmented Reality Car Showroom Application. Inspired by Diego Herrera courses.
Cars :
- Audi R8
- Lamborghini Gallordo
Can use Commands by clicking microphone button.
Commands :
- Open/Close Car Door
- Show/Close Car Information
- Change Car Color
Made with:
- Unity
- Vuforia (Augmented Reality SDK)
- Wit.ai (NLP, used for Command Control)
It is made with Unity Version : 2019.1.3f1, recommend you to use exactly this version. Need to do some configurations.
-
Vuforia Configuration
-
For using AR features, need to have Vuforia Key. Get Vuforia Key
-
-
Wit.ai Configuration
-
Create Wit.ai Account
-
Create New App in Wit.ai for every Language
-
Train your bot depending on Entities (Commands) Quick Start for Wit.ai
-
Take your token in settings of your app, and paste it to _Handle.cs
-
In this app, entities are the commands I mentioned above. You can add new entities and train your bot. You need to add new entities _Handle.cs in Entities Class.
-