An open API service indexing awesome lists of open source software.

https://github.com/eeyribas/deeplearning-classifier

Contains applications related to Deep Learning Classification. The two applications perform classification using different trained models.
https://github.com/eeyribas/deeplearning-classifier

cat cat-dog-classification cat-dog-classifier classification classification-algorithm classification-model classifier deep-learning deep-learning-algorithms deep-neural-networks deeplearning dog pycharm pycharm-2024 pycharm-community python python-3 python-3-12 python-programming python-project

Last synced: 2 months ago
JSON representation

Contains applications related to Deep Learning Classification. The two applications perform classification using different trained models.

Awesome Lists containing this project

README

        

# DeepLearning-Classifier
Contains applications related to Deep Learning Classification. The two applications perform classification using different trained models. The applications are as follows:

1. CatDogTraining-1: Deep Learning Classification application. To run the code, the tensorflow and pillow libraries must be installed. The libraries are not included in the repository due to their large size.
The models used in the classification are shown in the images CatDogTraining-Model-Image-1.jpeg and CatDogTraining-Model-Image-2.jpeg.

2. CatDogTraining-2: Deep Learning Classification application. To run the code, the tensorflow, pandas, and opencv-python libraries must be installed. The libraries are not included in the repository due to their large size.
The models used in the classification are shown in the images CatDog-Model-Image-1.jpeg and CatDog-Model-Image-2.jpeg.

Programming Language: Python

IDE: PyCharm, Thonny

Version: Python3

Modules: To install the necessary Python modules for the examples, you should review the Python documentation according to the selected IDE.

Operating System: Windows, Linux