Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.09 KB

File metadata and controls

41 lines (25 loc) · 1.09 KB

Final Submission - Image Classification Model Deployment

This repository contains code for training an image classification model and deploying it for inference. The model is built using machine learning techniques and can classify images into predefined categories.

Installation

  1. Clone this repository:

    git clone https://github.com/Halip26/ML_Image_Classification.git
  2. Install the necessary Python packages:

    pip install -r requirements.txt

Usage

To train the image classification model, run the following command:

final_project_image_classification_model_deployment.py --train

To deploy the model for inference, use:

final_project_image_classification_model_deployment.py --predict <image_path>

Replace <image_path> with the path to the image you want to classify.

Contributing

Contributions are welcome! If you find any issues or have suggestions, feel free to open a pull request or create an issue.

License

This project is licensed under the MIT License - see the LICENSE file for details.