Daniel-Chin / nozomi.la-AI

AI learns your preferences on nozomi.la
Other
1 stars 1 forks source link

kivy programm #2

Open dEN5-tech opened 2 years ago

dEN5-tech commented 2 years ago

I would like to make an application on kivy & kivymd

Daniel-Chin commented 2 years ago

I would like to make an application on kivy & kivymd

Hi, @dEN5-tech ! Thank you for your proposal - those are very welcome!

However, please clarify - do you want to build a kivymd wrapper of this tool?

Also, maybe related --- I just added a CC NC-SA 4.0 license to this repo, so feel free to build upon whatever's here.

dEN5-tech commented 2 years ago

Hi, some points are not clear to me. I would like to know about the logic of the old tkinter interface. https://github.com/Daniel-Chin/nozomi.la-AI/tree/master/n/legacy

Daniel-Chin commented 2 years ago

Hi, some points are not clear to me. I would like to know about the logic of the old tkinter interface. https://github.com/Daniel-Chin/nozomi.la-AI/tree/master/n/legacy

This legacy code is incomplete --- I never produced a working TKinter interface for this app. Unfortunately, the legacy code probably won't help you with anything. I decided to use HTML interface very early on.

dEN5-tech commented 2 years ago

can i somehow extract ai from your module? I do not really understand the logic of transferring data over XMLHttpRequest.

Daniel-Chin commented 2 years ago

can i somehow extract ai from your module? I do not really understand the logic of transferring data over XMLHttpRequest.

The program records the user's response to documents. During usage, it requests a page (usually 64 documents) from nozomi.la, looks at the documents' tags, and sorts them. It presents the top documents to the user, records the user's responses, gets the next page... etc. So it's like human-in-the-loop Bayesian learning.

Therefore, if you wish to port it to another interface, you probably just need to replace the backend and the frontend - the ai and the database logic can probably be kept. But I may be wrong.

If you have more specific questions, you are welcome to ask me here!

dEN5-tech commented 2 years ago

Can you use discord?

denfake2#7361