A simple web app using Vue.js. The jetApp
program contains functionalities like face recognition and management, TTS, image playing, and identity authentification, and is deployed on a jetbot
based on Nvidia Jetson Nano.
Since the full JetBot system is developed for a company I interned with previously, only part of the front-end code could be public here. Only allowed for non-profit purposes.
The Application includes the following functionalities:
- Baidu face and Tencent TTS APIs are used for face comparison and dataset management, and audio functionalities, respectively.
- Tracking.js applied for face recognition
- CSS and JS files implement the styles, layouts and image display, etc.
Due to some Confidentiality Agreements, only an original version is displayed here for learning and communication. As for language, basically, the front end uses purely html/css+js
and the back end uses Java
and SQL
on Docker
. More specifically, the backend uses a framework based on Spring Boot, which is not included here. For the mechanism part, it is highly recommended to refer to Nvidia Official Website for more information about the edge device and tutorials on AI & Equipment Kit.
npm install
npm run serve
npm run build
More about Vue-cli please see Configuration Reference.