Skip to content

audio-guesser website source code (backend and frontend)

License

Notifications You must be signed in to change notification settings

100-debug-hours/audio-guesser

Repository files navigation

audio-guesser website

Rationale

This project was created as a test task for int20h hackathon 2020.

The website enables users to search music by recording a sample audio-track that resembles the original sound or by looking it up via an excerpt of lyrics, music title or author's name.

Demo

Website link.

Documentation

Prerequisites

Required

Bootstrap

Create the following environmental varialbes in backend/.env file:

PORT=8080
AUDD_IO_TOKEN="blah_blah_blah"

Then run the following script

./bootstrap.sh

Open your browser at http://localhost:8080