I want to use face recognition in the ETHEREUM dapp...Is there any way to do this?
Feb 3, 2020, 7:21 PM
Maybe an API?
I don't know
If you solve this please text me, I want to learn how to do it
Feb 3, 2020, 8:11 PM
Nope not possible with current gas costs
Feb 4, 2020, 4:46 AM
I want to do it in truffle with ganache cli.
Python face recognition API .
Sure
Feb 4, 2020, 4:49 AM
Offchain recognition is possible but it can't be used with blockchain
No benefits of this
Also Ganache is like local development blockchain,using it for face recognition is not one of its scope
No benefits of this
Also Ganache is like local development blockchain,using it for face recognition is not one of its scope
Feb 4, 2020, 4:51 AM
I want to use facial recognition using python and then their image will be stored in ipfs and when the same person enters the ipfs stored image will be used to recognise the originality
I need to do use an API. Is there any way to achieve this
Feb 4, 2020, 4:56 AM
Infura has ipfs api
You will have to build python script for face recognition locally,use infura api to interact with ipfs
You will have to build python script for face recognition locally,use infura api to interact with ipfs
Feb 4, 2020, 5:31 AM
How to use this API?
Feb 4, 2020, 5:53 PM
Please have a look at infura Docs
Feb 4, 2020, 6:08 PM