Full-stack web application that predicts the genre of a song uploaded as a YouTube URL using a PyTorch neural network classification model trained on the GTZAN dataset.
Prerequisites
The following must be installed prior to running the application:
- Python (including venv module)
- Node.js
- pip
Running the Application
- Clone the repository: https://github.com/ngburgess/GenreGenius.git
- Set executable permissions: "chmod -x run.sh"
- Run the shell script: "./run.sh"
- Access the app: http://localhost:3000
- Stop the app: CTRL + C
