triwahyuu / vortex

A Deep Learning Model Development Framework for Computer Vision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vortex ( Visual-Cortex )

A Deep Learning Model Development Framework for Computer Vision.

Features:

  • Easy to use, scalable, and flexible utilizing PyTorchLightning
  • Unified execution for various computer vision task, such as classification and object detection

Example

  1. Export and Inference example Train your model on any framework, export to onnx, embed metadata and run on vortex. See this example for export trained model then run on vortex.
  2. Training a Classifier, Export and Benchmark using Vortex. See this example for more details.

Installation

see detailed guide: https://nodefluxio.github.io/vortex/#installation

User Guides & Documentations

see Vortex Documentation

About

A Deep Learning Model Development Framework for Computer Vision


Languages

Language:Python 99.3%Language:Dockerfile 0.7%