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.
-
Clone this repository:
git clone https://github.com/Halip26/ML_Image_Classification.git
-
Install the necessary Python packages:
pip install -r requirements.txt
To train the image classification model, run the following command:
final_project_image_classification_model_deployment.py --trainTo 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.
Contributions are welcome! If you find any issues or have suggestions, feel free to open a pull request or create an issue.
This project is licensed under the MIT License - see the LICENSE file for details.