do you have an example or tutorial how to use your library with nextjs14 for face detection? #453
Unanswered
thenotoriousgustav
asked this question in
Q&A
Replies: 1 comment
-
if you're using nextjs, by default it will try to compile everything server-side and that means that library will autodetect that it runs in nodejs environment, not client-side. you need to explicitly load library client-side. this is quite an old example so things have changed with nextjs since then, but its a good starting point: https://github.com/vladmandic/human-next |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have an skill issue, because there is a problem with tfjs-node, i dont understand, im using a client side for this project. it would be nice if you can give me a tutorial for using this library with nextjs14
Beta Was this translation helpful? Give feedback.
All reactions