Application with NLP tools in the web interface.
Requires poetry.
docker compose up -d
poetry install
poetry run flake8
poetry run mypy text_processing_tools/
poetry run uvicorn text_processing_tools:app
Application with NLP tools in the web interface.
Requires poetry.
docker compose up -d
poetry install
poetry run flake8
poetry run mypy text_processing_tools/
poetry run uvicorn text_processing_tools:app