Loading repository data…
Loading repository data…
harshjuly12 / repository
A project using a Support Vector Machine (SVM) to classify images of cats and dogs, implemented in a Jupyter Notebook. It includes data preprocessing, model training, and evaluation steps.
Image classification is a crucial task in computer vision. In this project, we use a Support Vector Machine (SVM) to classify images of cats and dogs. The dataset used in this project consists of labeled images of cats and dogs.
To run this project, you need to have Python and Jupyter Notebook installed on your machine. You can install the required dependencies using the following command:
pip install -r requirements.txt
Clone the repository:
git clone https://github.com/yourusername/cat-dog-classification-svm.git
cd cat-dog-classification-svm
Create a virtual environment:
python -m venv venv
Navigate to the project directory:
cd cat-dog-classification-svm
Install the dependencies:
pip install -r requirements.txt
Open the Jupyter Notebook: jupyter notebook
Open the Cat And Dog Image Classification Using SVM.ipynb notebook and run the cells to train and evaluate the SVM model.
The results of the model training and evaluation, including accuracy and confusion matrix, are displayed in the Jupyter Notebook. You can visualize the performance of the model on the test dataset.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or suggestions, please contact: