Skip to content

jav0927/nextai

Repository files navigation

Nextai

Object recognition research notebooks and investigations on other vision related areas.

Install

(add installation here)

Introduction

This library contains classes and modules for use in developing neural networks for object recognition applications. Functions automated in the library include:

  • Google AutoAgment data augmentation methods
  • NN models: SSD and RetinaNet
  • Core methods to develop training and inference
  • Training algorithms
  • Inference algorithms

How to Use

  • Install the nextai library in your environment
  • from nextai import *