iwould like to create an automatic bot that swipe right onbumble
Answer
Step to create automatic bot that swipe right on bumble
Methodology
Collect the images using pynder app.. then scraped these imgesuse them as dataset
Data Pre-processing
we should use Haars Cascade Classifier Algorithm to extract facefrom the images and save it.
Then pass it through pre-trained AdaBoost model to detect likelyfacial model
Modeling
To model the given data we can use Convolution Neural Network.This classification is used for detailed and subjectivepurposes.
To model this I have two approaches:
3-layered model:It is used as the basic architecture.
Transferred Learning using VGG19 model:This model can be usedfor millions of images.we
OR
OR