This is a Unity application aimed to teach object oriented programming concepts to users. The application is based on user adaptation and augmented reality techniques.
- Collected Implicit & Explicit user feedback as the user uses the application.
- Adjusted app settings adaptively based on the utilization.
- Recommended tasks dynamically to the user based on his expertise. (User Profiling)
- Demonstrated Open Social User Modelling by displaying user individual and group statistics.
- Aditya Chayapathy
- Avinash VijayaKumar
- Jagdeesh Basavaraju
- Spoorthi Karnati
- It's a Spring boot application.
- Go to root directory of backend and run "mvn clean install" and generate the jar.
- Run the jar created in target folder using "java -jar jar_name.jar" command.
- Application will start running in the port 8080.
- This jar was deployed in AWS EC2 instance in order to connect from cell phone.
- This is the unity application.
- Install unity to run this application.