Skip to content

A Deep Learning Model Development Framework for Computer Vision

Notifications You must be signed in to change notification settings

nodefluxio/vortex

Repository files navigation

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