itsnaveenk / face-recognition-mern-app

A face recognition system build with MERN stack and face-api.js
https://face-recognition-mern-app.vercel.app/
0 stars 0 forks source link

I have a question on AppWrite. #1

Closed chamui9 closed 1 week ago

chamui9 commented 2 months ago

Is AppWrite necessary for this project? If not, how do I remove it?

replyre commented 2 months ago

@chamui9 Are you talking about face-api.js or the storage of the images for processing?

chamui9 commented 2 months ago

the storage of the images for processing, but I didn't know that face-api.js was necessary too.

replyre commented 2 months ago

@chamui9 For storage, you can use local storage as well if you wish to store data, we used AppWrite as we had to make it work on multiple nodes, You can also use Cloudinary as well.

face-api.js is the base of this project, You can go to its docs for more information regarding the same.