hassaanik commited on
Commit
276643c
·
verified ·
1 Parent(s): 5a02685

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -62,6 +62,12 @@ The frontend is developed using HTML and CSS, with Bootstrap for responsive desi
62
  - **Dynamic Background:** The background image changes depending on whether the user is predicting for potato or tomato.
63
 
64
 
 
 
 
 
 
 
65
  ### Outcome
66
  - **Performance**
67
  - **Potato Model:** Achieved an accuracy of 98% on the validation set, with strong performance in classifying Early Blight, Late Blight, and Healthy leaves.
 
62
  - **Dynamic Background:** The background image changes depending on whether the user is predicting for potato or tomato.
63
 
64
 
65
+ ### Usage
66
+ 1. Install the required dependencies using ```pip install -r requirements.txt```.
67
+ 2. Download the pre-trained model weights and place them in the `models/` directory.
68
+ 3. Run the Flask web application using ```python app.py```.
69
+ 4. Access the application in your web browser at `http://localhost:5000`.
70
+
71
  ### Outcome
72
  - **Performance**
73
  - **Potato Model:** Achieved an accuracy of 98% on the validation set, with strong performance in classifying Early Blight, Late Blight, and Healthy leaves.