Preprocessing of documents into sentences
To run the project locally initialize the environment and run:
uvicorn main:run --reload --app-dir=srcUses poetry for everything needed to run the application Poetry
Poetry config file (pyproject.toml) is located in the root folder.
poetry install --with devpoetry shellWhen the environment is activated, packages can be installed using poetry directly.
Example: pip
poetry add [package]poetry run pytestpoetry pylint src/poetry black src/python src/migrate.py