hplt-project / OpusCleaner

OpusCleaner is a web interface that helps you select, clean and schedule your data for training machine translation models.

Home Page:https://pypi.org/project/opuscleaner/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing minor installation instructions in README

tollefj opened this issue · comments

commented

Under the Installation for development instructions (https://github.com/hplt-project/OpusCleaner#installation-for-development), the instructions read:

opuscleaner-server --reload

But should include the commands:

  serve      run webserver
  sample     sample all datasets

So a better example would probably be to update it to:

opuscleaner-server serve --reload

The interface also loads up at localhost port 8000 for me, at the /frontend endpoint, not on port 5173 as is listed.