Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 859 Bytes

readme.MD

File metadata and controls

31 lines (21 loc) · 859 Bytes

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.