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

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.

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
```