- Step1: Clone the repository from GitHub
- Step2: Create a virtual environment and install dependencies using 'pip install -r requirements.txt'
- Step3: Start each server individually using commands like 'python math_server.py' and 'python weather_server.py'
- Step4: Open 'host.ipynb' in Jupyter and run the cells to connect to servers
- Step5: Use the interface to query the host, which will direct requests to the appropriate servers