A Convolutional Neural Network (CNN) designed to detect multiple Pokemon in a given image. The model is trained on a dataset containing various Pokemon characters and can identify multiple Pokemon in a single image.
- Python 3.8 or higher
- pip
- Virtual Environment (optional)
To install the required packages, run the following command:
pip install -r requirements.txt
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run the following command to start the classifier: