abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
319 stars 288 forks source link

Muffin vs Chihuahua Detection #713

Open MrPotato-00 opened 4 weeks ago

MrPotato-00 commented 4 weeks ago

Pull Request for DL-Simplified 💡

Issue Title : Chihuahua vs Muffin

Closes: #465

Describe the add-ons or changes you've made 📃

This issue create a model that will classify the images into Chihuahua and Muffin. Three models are created that trains upon the images and perform the task of classification. The models that are trained are: CNN, VGG16 and ResNet50.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

The model has been tested by using custom untrained images. The images are prepared by rescaling the images and changing its target size. A function is created by passing the model into the function and passing the preprocessed image into the function. The function print the outcome it detected.

Checklist: ☑️

github-actions[bot] commented 4 weeks ago

Our team will soon review your PR. Thanks @MrPotato-00 :)