Skip to content

Hexafarms' image object to deal with multiple CV technologies

Notifications You must be signed in to change notification settings

hexafarms/openHexa

Repository files navigation

logo

Hexafarms' computer vision Open source

Introduction

hexafarms' SaaS lets controlled-environment agriculture save costs. One part of Saas consists of computer vision, and its tool-kits are published in this repo. hexafarms' AI model is, therefore, trained on top all rich features extracted from computer vision toolkit.

Setup

conda create --name openHexa python=3.10
conda activate openHexa
git clone https://github.com/hexafarms/openHexa.git openHexa
cd openHexa
pip install -v -e .
# "-v" means verbose, or more output
# "-e" means installing a project in editable mode,
# thus any local modifications made to the code will take effect without reinstallation.

Tutorial

Follow detailed tutorial HERE

License

This project is released under the Apache 2.0 license.

About

Hexafarms' image object to deal with multiple CV technologies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published