Forked from Hyle Vibe check frontend repo.
The demo used to generate zk-proofs for the facial feature classification predictions using Cairo. This was necessary to predict if the person is smiling & prove the same using a zk-proof. Althought the computations required for this were server-side done on the Cairo VM it still resulted in long wait time for the users of the demo.
By using TEE for serving classification predictions & their attestations we not only reduced wait time for the users but also give security security for this particular use-case.
- Make production ready. Currently runnable in dev only.
Create a .env
file before running the below commands. See sample.env
.
npm install
npm run dev