https://github.com/jibbs1703/Object-Vision-Models
This repository contains projects that use models created from deep learning frameworks in image/object classification and detection tasks. Transfer Learning is also incorporated in some projects to improve the accuracy of these models.
https://github.com/jibbs1703/Object-Vision-Models
deep-learning image-classification keras-tensorflow machine-learning neural-networks pytorch tensorflow
Last synced: 9 months ago
JSON representation
This repository contains projects that use models created from deep learning frameworks in image/object classification and detection tasks. Transfer Learning is also incorporated in some projects to improve the accuracy of these models.
- Host: GitHub
- URL: https://github.com/jibbs1703/Object-Vision-Models
- Owner: jibbs1703
- License: mit
- Created: 2024-04-25T13:55:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T10:07:26.000Z (about 2 years ago)
- Last Synced: 2024-11-25T22:18:56.871Z (over 1 year ago)
- Topics: deep-learning, image-classification, keras-tensorflow, machine-learning, neural-networks, pytorch, tensorflow
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
This repository showcases projects utilizing deep learning frameworks for image classification and object detection. These projects cover a range of applications, from recognizing handwritten digits to classifying wildlife.
```bash
docker build -t object-vision-dev .
```
```bash
docker run -it --name object-vision-dev-container -v .:/workspace -p 8888:8888 object-vision-dev
```