SAME-Project / same-project

https://sameproject.ml/
Apache License 2.0
20 stars 8 forks source link

SAME Project

This is the central repository for the development of the SAME project.

Getting Started

For instructions on how to install a standalone version of SAME, see the getting started guide. If you're a developer, see the developer documentation for instructions on how to build, run and test the codebase.

Project Structure

The project is laid out as follows:

Releasing

To publish a release to PyPI, run:

poetry publish --build

The version number of the release is defined in pyproject.toml.