aki65 / aki65.github.io

73 stars 12 forks source link

ikatago client integration? #82

Open bltoby opened 1 year ago

bltoby commented 1 year ago

Hi aki65,

have you heard of ikatago, this project/program enables much less powerful devices/computers to get the calculation results from a remote (running on a powerful workstation or a cloud platform) katago engine.

https://github.com/kinfkong/ikatago-client

If this client can be intergrated into BadukAi, even weak android devices will get unconstrained. Of course only when someone has access to the computing power somewhere.

This sounds a lot of work though, like making BadukAi networkable and overcoming some barriers, lack of documentation for ikatago for example.

Would you take this in consideration?

aki65 commented 1 year ago

The purpose of BadukAI is to run the AI locally on the device, since that has many advantages (no server cost, no network connection needed, no permissions needed, always available).

For accessing results from a remote katago engine, there already exist a lot of possibilities

So there is no need to duplicate that within BadukAI.