Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bitwise-01/Cambrian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cambrian

Classifying cats from dogs using machine learning

Steps

  1. Use pixabay.py to download images of cats and dogs and save them into train dataset
  2. Move about 20% of the images from train dataset into the valid dataset
  3. Use remove_duplicates.py to remove images that might be repeating in the train and valid datasets
  4. Run the train.py script
  5. Used the trained model in the main.py script
  6. Navigate to http://127.0.0.1:5000

About

Classifying cats from dogs using machine learning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published