Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 262 Bytes

File metadata and controls

14 lines (12 loc) · 262 Bytes

Machine Learning (Regression) over LAN

Running the files

start the server...

python server1.py

run the client

python app.py

Protocol between Server and Client using socket programming

alt Server-Client Protocol