Image Classification Model for Plants
- Python == 3.7
- Clone this repository
- Create virtual environment for python
python -m venv .venv
- Activate the virtual environment
cd .venv/Scripts && ./activate
- Install the required dependencies
python -r requirements.txt