This project is a Python-based AI model for animal classification. It uses a pre-trained neural network to classify images of animals into different categories.
To install the necessary dependencies, run the following command:
pip install -r requirements.txtTo use the animal classification model, follow these steps:
- Install the required dependencies using the installation command provided above.
- Run the
streamlit run index.pyscript. - Provide an image file as input when prompted.
- The model will classify the image and display the predicted animal category.
- numpy
- supervision
- inference-models
- playsound
- pygame
- opencv-python
This project is licensed under the MIT License.