This project include the following: Plain: A plain implementation of the Random forest on 40 loan request sample. Client1: Client1 flask server on rest:8000 & gRPC:8282 port with 20 loan request sample. Client2: Client1 flask server on rest:8001 & gRPC:8383 port with 20 loan request sample. Master: Orchestrate Client1 and Client2 to build decision tree and forest. How to run First run the app.py from both Client1 and Client2. Then run the master.py from master folder.