472,126 Members | 1,561 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,126 software developers and data experts.

How to use Clarafai Api for my face Recognition app

10 Byte
How can I use my Api key from clarafai to access the models there, and how to apply them on my reactjs face recognition app.
Oct 21 '20 #1

✓ answered by SwissProgrammer

For the Clarifai Api:

From my study, I think that the programming use of Clarifai and of the Clarifai Api and of their models are a waste of the consumer's time and resources. I have found a negative potential to their interface that looks like they are offering what is already within most major code languages. In answer to your question of "How can I use my Api key from clarafai", I suggest that you delete it from your system and use the drive space otherwise.

I suggest that you look for other sources of, or additional libraries for, specifically "state management" and "routing" to use with React.



For the reactjs face recognition application:

At its most basic level facial recognition software can be simply binary comparisons of images. Lots of people seem to have their own shortcuts (that they call "algorithms") that they use to bypass the binary level comparisons. The most common seems to be attempts to universalize the face image to a set of types that can be categorized and thus removing the need to compare against full non-homogeneous data sets. React.js, as I consider it, is attempting to do that. To "apply", I suggest that you study React.js until you have a nice understanding of it and what it does, then you might find that you have a better way of using it with state management and routing software.

If you are actually wanting to use facial recognition, and not simply spamming this site to get readers to go to those other sites, then I suggest that you look into stereoscopic (image) data set comparisons for potentially much more accuracy. An example of this is elevation mapping of terrain via stereoscopes by NASA, etc.

Thank you.

1 4396
SwissProgrammer
220 128KB
For the Clarifai Api:

From my study, I think that the programming use of Clarifai and of the Clarifai Api and of their models are a waste of the consumer's time and resources. I have found a negative potential to their interface that looks like they are offering what is already within most major code languages. In answer to your question of "How can I use my Api key from clarafai", I suggest that you delete it from your system and use the drive space otherwise.

I suggest that you look for other sources of, or additional libraries for, specifically "state management" and "routing" to use with React.



For the reactjs face recognition application:

At its most basic level facial recognition software can be simply binary comparisons of images. Lots of people seem to have their own shortcuts (that they call "algorithms") that they use to bypass the binary level comparisons. The most common seems to be attempts to universalize the face image to a set of types that can be categorized and thus removing the need to compare against full non-homogeneous data sets. React.js, as I consider it, is attempting to do that. To "apply", I suggest that you study React.js until you have a nice understanding of it and what it does, then you might find that you have a better way of using it with state management and routing software.

If you are actually wanting to use facial recognition, and not simply spamming this site to get readers to go to those other sites, then I suggest that you look into stereoscopic (image) data set comparisons for potentially much more accuracy. An example of this is elevation mapping of terrain via stereoscopes by NASA, etc.

Thank you.
Oct 27 '20 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

8 posts views Thread by Mad Scientist Jr | last post: by
3 posts views Thread by Henrik Lied | last post: by
reply views Thread by dev175 | last post: by
6 posts views Thread by eureka | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.