The microservice for Tomoru that adds support for mathematical operations.
pip install -r requirements.txtor Poetry:
poetry installPoetry will install dev-dependencies as well. So use that if you are planning to contribute.
Run development server with:
python app.pyor run production server with:
gunicorn app:app