Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 790 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 790 Bytes

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