BeClaude

Agri-CV-Research

New
22GitHub TrendingGeneralby Jeffisgod

An AI-powered agricultural CV research framework automating the full pipeline from literature discovery to paper drafting, optimized for Codex, Claude Code and Cursor workflows.

Community PluginView Source

Overview

Agri-CV Auto Research

Description

Automated research framework for agricultural computer vision. Input a research direction and the system automatically completes literature search, hypothesis generation, experiment execution, result analysis, and paper writing.

When to Use

  • User wants to do agricultural/crop/plant/disease related CV research
  • User wants to automate the research workflow
  • User needs to quickly generate a paper draft in the agricultural CV direction
  • User needs to compare different model performances on agricultural datasets

Quick Start

bash
# Install
pip install -e .

# Run full pipeline
agri-research run --topic "YOUR RESEARCH TOPIC" --auto-approve

# Or use individual commands
agri-research search --topic "plant disease detection ViT"
agri-research train --config config/experiment.yaml
agri-research eval --model best.pt --dataset plantvillage
agri-research paper --results ./outputs --template computers_electronics_agri

Project Structure

  • skills/: Agent skills for agricultural CV tasks (K-Dense format)
  • pipeline/: 9-stage research pipeline
  • datasets/: Dataset loaders for agricultural CV benchmarks
  • models/: Model zoo with agricultural CV SOTA models
  • evaluation/: Comprehensive evaluation framework
  • visualization/: Publication-quality figure generation
  • templates/: LaTeX templates for major venues
  • config/: YAML configuration files
  • docs/: Tutorials and case studies

Supported Datasets

  • PlantVillage (54,305 images, 38 classes, classification)
  • PlantDoc (2,598 images, 27 classes, real-field detection)
  • DeepWeeds (17,509 images, 9 classes, weed identification)
  • MinneApple (1,000+ images, apple detection & counting)

Supported Models

  • YOLOv8 (detection, classification, segmentation)
  • ViT / EfficientNet / ResNet (classification)
  • SAM (segmentation)
  • CLIP (few-shot / zero-shot)

Key Commands

CommandDescription
agri-research runRun full 9-stage pipeline
agri-research searchLiterature search only
agri-research trainTraining only
agri-research evalEvaluation only
agri-research paperPaper writing only
agri-research infoShow supported datasets/models

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/agri-cv-research.md https://raw.githubusercontent.com/Jeffisgod/Agri-CV-Research/main/SKILL.md
3
Invoke in Claude Code
/agri-cv-research
View source on GitHub

Frequently Asked Questions

What is Agri-CV-Research?

An AI-powered agricultural CV research framework automating the full pipeline from literature discovery to paper drafting, optimized for Codex, Claude Code and Cursor workflows.

How to install Agri-CV-Research?

To install Agri-CV-Research, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /agri-cv-research.

What is Agri-CV-Research best for?

Agri-CV-Research is a community categorized under General. Created by Jeffisgod.