Skip to content

PurplePalette/sp-sub-difficulty

sonolus-difficulty-server

Python Version License sus chart difficulty predicting server for sonolus-fastapi this server meant micro service to predict user-generated chart difficulty.

Requirements

  • Poetry(1.2.0)
  • Python(>=3.9.X) (we recommend uses pyenv)

Development setup

pyenv local 3.10.5
(optional: poetry config virtualenvs.in-project true --local)
poetry env use 3.10.5 (or python)
poetry install
cd server
poetry run python main.py

Docs