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.
- Host: GitHub
- URL: https://github.com/publishername/ldd_server
- Owner: PublisherName
- License: mit
- Created: 2023-10-17T13:45:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T23:03:44.000Z (over 1 year ago)
- Last Synced: 2025-06-24T15:06:24.168Z (about 1 year ago)
- Topics: django-project, django-rest-framework, plant-disease-detection
- Language: Python
- Homepage:
- Size: 4.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```