Image classification assigns a label or class to an image. Fine-tune ViT on the Crop_Disease dataset to classify a Crop Disease in an image
Prediction
- Clone this repository:
git clone https://github.com/vishnun0027/crop_disease_classification.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run main.py
This project is licensed under the MIT License. See the LICENSE file for details.