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.
- Host: GitHub
- URL: https://github.com/eeyribas/deeplearning-classifier
- Owner: eeyribas
- Created: 2024-09-15T16:40:35.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-03-31T21:36:44.000Z (2 months ago)
- Last Synced: 2025-03-31T22:28:42.242Z (2 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 32.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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