isnjb27 commited on
Commit
b2c4fca
1 Parent(s): bc04bd2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,11 +8,11 @@ The image classification model employs a convolutional neural network (CNN) arch
8
 
9
  ## 3. How to Guide
10
  To use the image classification model:
11
- 1. Prepare your dataset: Organize your images into folders based on their categories. Each folder should represent a different class.
12
- 2. Data Preprocessing: Resize your images to a uniform size and perform normalization if necessary.
13
  3. Model Training: Train the image classification model using the prepared dataset. Adjust hyperparameters such as learning rate, batch size, and number of epochs as needed.
14
  4. Model Evaluation: Evaluate the trained model on a separate test dataset to assess its performance. Calculate metrics such as accuracy, precision, recall, and F1-score.
15
- 5. Model Deployment: Deploy the trained model for inference on new unseen images. Integrate the model into your application or use it for batch processing.
16
 
17
  ## 4. License
18
  This project is licensed under the [MIT License](https://opensource.org/licenses/MIT). You are free to use, modify, and distribute the code for both commercial and non-commercial purposes. See the `LICENSE` file for more details.
 
8
 
9
  ## 3. How to Guide
10
  To use the image classification model:
11
+ 1. Prepare dataset: Organize images into folders based on their categories. Each folder should represent a different class.
12
+ 2. Data Preprocessing: Resize images to a uniform size and perform normalization if necessary.
13
  3. Model Training: Train the image classification model using the prepared dataset. Adjust hyperparameters such as learning rate, batch size, and number of epochs as needed.
14
  4. Model Evaluation: Evaluate the trained model on a separate test dataset to assess its performance. Calculate metrics such as accuracy, precision, recall, and F1-score.
15
+ 5. Model Deployment: Deploy the trained model for inference on new unseen images. Integrate the model into application or use it for batch processing.
16
 
17
  ## 4. License
18
  This project is licensed under the [MIT License](https://opensource.org/licenses/MIT). You are free to use, modify, and distribute the code for both commercial and non-commercial purposes. See the `LICENSE` file for more details.