Skip to content

computer vision project that distinguishes between dogs and cats with both svm and knn

Notifications You must be signed in to change notification settings

YasienDwieb/DogCatDetector

Repository files navigation

DogCatDetector

computer vision project that distinguishes between dogs and cats with both svm and knn

To run a test: $python testKNN.py or $python testSVM.py

To test on a specific photo: $python userTest.py and when prompted enter the photo name as e.g: 100.jpg such that this image is in the folder customTesting

Result precsion can be increased by increasing clusters number in the ModelTrainng.py file and also by increaing training samples in training folder

Atteched two training results you can switch between them in test code

About

computer vision project that distinguishes between dogs and cats with both svm and knn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages