vladmandic / face-api

FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS
https://vladmandic.github.io/face-api/demo/webcam.html
MIT License
824 stars 149 forks source link

Is it possible to translate it? #166

Closed lupa18 closed 1 year ago

lupa18 commented 1 year ago

Hi, this is only a question. Do you think is possible to translate the text appearing on the face?

If will be easy, please orient us and will do the job.

thanks in advance

vladmandic commented 1 year ago

there is nothing in the library that would need translating, output of text to canvas is purely in user-code in demo app, not in the library. take a look at https://github.com/vladmandic/face-api/blob/4433ce44bc262b764f75f18b2169715c503621b4/demo/index.js#L28