Classification model built for classifying between Mario and Wario for the purpose of learning Logistic Regression
- Run
python3 getvideo.py
to download the Mario Game and Wario Game videos from Youtube. - Run
python3 data.py
to extract images from the videos and save them in corresponding folders. - Run
python3 regression.py
to classify the images using simple Logistic Regression.