Go to file
Jeff Moe 3a99153b01 EcoAssist notes, more 2024-05-17 14:35:17 -06:00
src/natid python project setup 2024-05-17 10:07:03 -06:00
.gitignore ignore version 2024-05-17 10:09:58 -06:00
CHANGELOG.txt v0.0.1 2024-05-17 10:07:21 -06:00
LICENSE-apache.txt Apache 2 Licence 2024-05-17 10:04:44 -06:00
README-EcoAssist.md EcoAssist notes, more 2024-05-17 14:35:17 -06:00
README.md EcoAssist notes, more 2024-05-17 14:35:17 -06:00
pyproject.toml EcoAssist notes 2024-05-17 14:04:06 -06:00

README.md

natid

natid --- Nature ID.

Install

Install this repo thusly:

sudo apt install python3-venv python3-pip python-is-python3 ffmpeg
git clone https://spacecruft.org/deepcrayon/natid
cd natid/
# pyenv local 3.11 # if pyenv is used
python -m venv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install -e .

Run

Run thusly.

natid

Website

https://spacecruft.org/deepcrayon/natid

Upstreams

Main upstream projects.

EcoAssist

See README-EcoAssist.md for notes on EcoAssist.

MegaDetector

MegaDetector has the main Python scripts and libraries for processing. It is built upon Yolov5, but optimized for this use case.

YOLO v5

YOLO v5 is a general purpose AI computer vision system, in very wide use. There are newer versions of YOLO, such as v8.

Status

Alpha development, not ready for general usage.

License

Apache 2.0 license.

Copyright © 2024, Jeff Moe.