The model will predict whether you will buy an advertised product. It calculates this based on your gender, age and estimated yearly salary.
First intiate the 'docker-compose.yaml' file to start both containers, then use below URL's to continue.
http://localhost:8080 will lead you to the homepage with some info on how to use it.
http://localhost:8080/predict/gender/age/estimatedSalary will do a prediction and present the result. You will need to replace 'gender' with 0 or 1, 'age' with your age in years and 'estimatedSalary' with your yearly salary in euro.