nicotina04's blog

By nicotina04, history, 11 months ago, In English

After existing recommendation services shut down their servers, I built a fully offline Codeforces problem recommender.

  • Data: Problems/submissions via Codeforces API
  • Model: XGBoost predicting solve probability (local inference)
  • App: Flutter with Hive database

Zero server dependency — everything runs on your device.

Github Repository | Windows OS build is available

  • Vote: I like it
  • +9
  • Vote: I do not like it