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

https://github.com/publishername/ldd_server

This Django-based REST API facilitates the detection of diseases on plant leaves, aiding in the identification of leaf diseases.
https://github.com/publishername/ldd_server

django-project django-rest-framework plant-disease-detection

Last synced: 4 months ago
JSON representation

This Django-based REST API facilitates the detection of diseases on plant leaves, aiding in the identification of leaf diseases.

Awesome Lists containing this project

README

          

# Leaf_Disease_Detection_Server

## Installation

## Virtual Environment Setup

### Install virtualenv

```bash
python3 -m venv .env
```

### Activate virtualenv

```bash
source .env/bin/activate
```