简体   繁体   中英

recognize person by its voice using tensor flow and ML kit

I want to know the feasibility of an android app which I am going to build for my College project. The App, which I am trying to build is for attendance on the class through voice recognition or face detection. For this, I suppose to first collect the data set for all the student of the class and then train it. so, Is it feasible to build such an app and how to approach this? I am new in Tensor flow and ML and also searched about this on the internet but unsuccessful to find anything so please help me come out from this. Your help is appreciated.

You will have to train and use a custom model for this. ML Kit offers face detection but does not offer face recognition or voice recognition at the moment. So you will have to collect data and train a model yourself. You can look at the quickstart samples for iOS and Android on GitHub and learn about using mobile-optimized custom models in your app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM