A simple Flask application with few API routes to get a prediction of song genre given lyrics.
Name | Index |
---|---|
Abeykoon A.M.K.H.K | 248201V |
- Run the
run.bat
orrun.sh
script to start the application.
OR
- Initialize the environment manually
a. Install the requirements using pip
pip install -r requirements.txt
- Run
flask run
within the application root directory. - Open a web browser and navigate to
http://localhost:5000
to view the application.
- Python 3.11
- Spark 3.5.1
- Java 1.8
- Winutils 3.3.5 Download binaries