This project utilizes SVM Algorithm to classify images of celebrities,the model efficiently identifies and categorizes different celebrities based on image inputs, achieving 76% accuracy on the test set.
git clone [https://github.com/Lingesh-7/Image-Classification-Using-ML]
cd Image-Classification-Using-ML
pip install -r requirements.txtpython train.py --epochs 10 --batch_size 32python predict.py --image path/to/image.jpgpython main.py.pyVisit http://localhost:5000 to upload images for classification.
The model classifies celebrity images with 76% accuracy