plant-id-examples
Example client's code for work with Plant.id identification API in various languages
파일 탐색기
최종 버전 다운로드 (.zip)- photo1.jpg
- photo2.jpg
- photo3.jpg
- unhealthy_plant.jpg
- unknown_plant.jpg
- Health_Assessment.java
- Plant_Identification.java
- README.md
- health_assessment_example.html
- plant_identification_example.html
- README.md
- health_assessment_example_axios.js
- health_assessment_example_https.js
- plant_identification_example_axios.js
- plant_identification_example_https.js
- README.md
- health_assessment_example.php
- plant_identification_example.php
- README.md
- BuddlejaDavidiiStrauch.jpg
- digitalis.jpg
- IMG_20221020_160213.jpg
- Leucojum.jpg
- plant_id_identification.csv
- __init__.py
- identify.py
- README.md
- requests.conversation.py
- requests.multiple_requests_speedup.py
- requests.plant_identification_with_suggestion_filter.py
- requests.plant_search_and_detail.py
- requests.simple.health_assessment.py
- requests.simple.plant_identification.py
- sdk.advanced.plant_identification.py
- sdk.async.plant_identification.py
- sdk.conversation.py
- sdk.plant_identification_with_specified_classification.py
- sdk.plant_identification_with_suggestion_filter.py
- sdk.plant_search_and_detail.py
- sdk.simple.health_assessment.py
- sdk.simple.plant_identification.py
- sdk.with_name_matching.plant_identification.py
- main.rs
- .gitignore
- Cargo.toml
- README.md
- health_assessment_example.swift
- identification_asynchronous_example.swift
- README.md
- LICENSE
- README.md
- response_health_assessment.json
- response_species_identification.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/flowerchecker/plant-id-examples
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd plant-id-examples
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install kindwise-api-client
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Rust
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd rust/async
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
