DEV Community

Discussion on: Building an Open Source Realtime Face Recognition Android App

Collapse
 
nikolaigospodinov96 profile image
Nikolay Yordanov Gospodinov

I apologize for the perhaps stupid question but where exactly do you add your data (image and text). In the main.ipynb or somewhere else!

Thread Thread
 
nizarmah profile image
Nizar

No worries! :D You'll want to add the image and the text in the main.ipynb before the data is used to train the model. There should be multiple guides online about adding custom images to the sklearn dataset.