Classifying cats from dogs using machine learning
- Use pixabay.py to download images of cats and dogs and save them into train dataset
- Move about 20% of the images from train dataset into the valid dataset
- Use remove_duplicates.py to remove images that might be repeating in the train and valid datasets
- Run the train.py script
- Used the trained model in the main.py script
- Navigate to http://127.0.0.1:5000