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