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.
- Host: GitHub
- URL: https://github.com/zyayoung/model-organism-toolbox
- Owner: zyayoung
- Created: 2018-07-19T09:11:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T08:24:45.000Z (over 6 years ago)
- Last Synced: 2025-03-09T10:53:04.193Z (3 months ago)
- Language: Python
- Size: 1.1 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
_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
```