Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m0saan/guitardetect

Deep Learning for Guitars 🎸: Guitar Classifier using CNN
https://github.com/m0saan/guitardetect

cnn cnn-classification deep-neural-networks guitar-classifier

Last synced: 17 days ago
JSON representation

Deep Learning for Guitars 🎸: Guitar Classifier using CNN

Awesome Lists containing this project

README

        

# GuitarDetect

GuitarDetect is a deep learning model that classifies different types of guitars from images.

### Installation
To install the dependencies required to run the model, run the following command:

```pip install -r requirements.txt```

### Getting Started
To get started with using the GuitarDetect model, follow these steps:

Download or clone the repository to your local machine.
Download the dataset (see below for more information).

### Dataset
The dataset used to train and test the GuitarDetect model was created using Google Images. It consists of X
images of seven different types of guitars:
- Fender Stratocaster
- Fender Telecaster
- Gibson Explorer
- Gibson Flying V
- Gibson Les Paul
- Gibson SG
- Super Strat

## License
The model is licensed under the [Apache 2.0 license](LICENSE).