This webapp allows users to input their own lyrics or strings of text, along with choosing the preferred classification algorithm, and outputs the rap artist with the closest lyrics feature match.
Clone or download the repository:
git clone https://github.com/tansawit/rap-match.git
Create a Python virtual environment and install the necessary packages:
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Then run the web app and navigate to the URL:
python index.py