Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.44 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.44 KB

deepdiggin_project

Introduction

This project aims to construct an open source package to classify vinyl according to the Goldmine Grading.

The package is constructed with my finetuned version of facebook/wav2vec2-base called wav2vec2-base-vinyl_condition

Access to the repo.

Access to a live demo.

Features

  • Obtain grading condition from an audio clip of the vinyl.

Future features:

  • Obtain visual grading condition from a photo of the vinyl.
  • Obtain classification of pops, clicks, scratches to improve the model accuracy.
  • Obtain visual grading condition of the cover from a photo of it.

Project

The main steps of the project included:

  1. Scraping watchcount to create a database of selled records and links to ebay items.
  2. Scraping ebay items and obtain audio and and the vinyl condition "raw".
  3. Labeling the audios from this "raw" conditions.
  4. Audio exploration and cutting to separate the different sides of the records.
  5. Preparing the dataset.
  6. Finetuning the model.
  7. Evaluation of its performance.
  8. Creating the python and the gradio applications for production.

Considerations

The audio and csv files are not uploaded here.