Skip to content

stfukuda/mt-system

Repository files navigation

MT-system

Python library of MT system.

Dependencies

This library requires:

  • Python (>=3.9)
  • scikit-learn (>=1.4.0)

Installation

It can be installed as follows using pip:

pip install -U mt-system

Usage

Describe how to use the library in this part.

Development

Development requires:

  • Python (>=3.9)
  • Poetry
  • Git
  • Make (Option)

Source code

You can check the latest sources with the command:

git clone https://github.com/stfukuda/mt-system.git

Enviroment

After cloning the repository, you can install the development environment with the command:

make install

Testing

After installation, you can run the test with the command:

make test

Submitting a Pull Request

If the test passes, send the pull request according to the format.

License

BSD-3-Clause License