This repository encompasses the paper and code developed for the "Wireless Networks for Mobile Applications" project as part of the Master's Degree program at the University of Padua during the academic year A.A. 2021/2022.
The world of mobile applications is more and more relevant nowadays. So much so that one begins to wonder if it is necessary to promote new input methods. The demand for new input methods comes to include more and more people in the benefits of mobile applications. The voice input, which we believe is a mature technology right now, thanks to all the Voice Powered Assistants, can now be used to control mobile applications and devices with the natural language. For this reason, this project wants to illustrate an architecture that integrates a virtual personal assistant with a mobile application, which can be a new standard for creating more accessible mobile applications.
The image above is the global architecture schema that shows the connection between all the actors.
The project is organized as follows:
- the
application
directory contains the flutter application for ios and android device; - the
paper
directory contains paper submitted for this project. You can read the final paper here; - the
skill
directory contains node js code for the Alexa Skill ;
This project is licensed under the MIT License