Search for songs with lyrics that relate to given keywords using natural language processing techniques.
The project requires Python 3 to be installed on the system.
First set up a Python virtual environent in the root directory of the project.
pyvenv env
Then install the necessary Python packages using the virtual environment.
env/bin/pip3 install -r requirements.txt