Skip to content

ShivamSaini09/Med_Leaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Med Leaf

Med Leaf is a project aimed at automating the identification of medicinal plants using image processing and machine learning. The system employs Azure Custom Vision to predict the species of medicinal plants based on images of their leaves.

Getting Started

To use the Med Leaf project, follow these steps:

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/med-leaf.git
  2. Install dependencies:

    pip install -r requirements.txt
  3. Set up Azure Custom Vision:

    • Obtain Azure Custom Vision prediction URL.
    • Obtain Azure Custom Vision prediction key.

Usage

  1. Capture images of medicinal plant leaves using a camera.

  2. Run the Med Leaf application:

    python med_leaf.py
  3. Upload the captured images through the user interface.

  4. The application will utilize Azure Custom Vision to predict the plant species.

Configuration

Create a file named .env in the project root and add the following:

AZURE_CUSTOM_VISION_URL[=your_custom_vision_url](https://violence-prediction.cognitiveservices.azure.com/customvision/v3.0/Prediction/8bbd3e68-2be6-4624-810b-c04c90becd3d/classify/iterations/Leaf%20detection/image)https://violence-prediction.cognitiveservices.azure.com/customvision/v3.0/Prediction/8bbd3e68-2be6-4624-810b-c04c90becd3d/classify/iterations/Leaf%20detection/image
AZURE_CUSTOM_VISION_KEY=1a6a334e28b743718ccf4f558f7553a4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages