An open API service indexing awesome lists of open source software.

https://github.com/zyayoung/model-organism-toolbox

A set of tools that help animal behavior research with OpenCV.
https://github.com/zyayoung/model-organism-toolbox

Last synced: 3 months ago
JSON representation

A set of tools that help animal behavior research with OpenCV.

Awesome Lists containing this project

README

        

# Model Organism Toolbox

A set of tools that help animal behavior research.

## Tools in this project

- live nematoda counter
- nematoda click & track

![ncat](https://raw.githubusercontent.com/zyayoung/image-repository/master/capture-0001_.gif)

_Todo: Create more tools_

## Requirements

- opencv-python

## Brief Setup Guide (Windows)

### Step 1: Install Python.

Download the latest version of Miniconda: [Windows-x86_64](https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Windows-x86_64.exe)

### Step 2: Install opencv-python

Run the following command in cmd or PowerShell.

```bash
conda install opencv pandas
```

### Step 3:

Run
```bash
cd [your_dictionary/]model-organism-toolbox
python main.py
```