Skip to content

A simple web app using Vue. The jetApp program contains functionalies like face recogenition and management, TTS, image playing, and identity authentification, and deployed on an jetbot

Notifications You must be signed in to change notification settings

lindazha0/JetApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JetApp

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.

Overview

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.

Vue Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

More about Vue-cli please see Configuration Reference.

About

A simple web app using Vue. The jetApp program contains functionalies like face recogenition and management, TTS, image playing, and identity authentification, and deployed on an jetbot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages