A website capable of instrument classification
You can check it out at https://the-neuro-ear-project.ew.r.appspot.com/classify
As for the frontend, Me & Family free Bootstrap Family Website Template was used, all rights reserved. https://bootstrapmade.com/family-multipurpose-html-bootstrap-template-free/
On a local machine:
git clone https://github.com/alimbfromlimb/neuro-ear.git
docker build -t neuro-ear neuro-ear/
docker run -p 8080:8080 neuro-ear
Uploading to the gcloud server:
git clone https://github.com/alimbfromlimb/neuro-ear.git
cd neuro-ear
gcloud app deploy
See wiki