Transform your prototype AI code into production-ready software. https://great-ai.scoutinscience.com
Find a file
2022-06-25 16:20:21 +02:00
.github/workflows Fix check 2022-06-25 16:20:21 +02:00
.vscode Update settings 2022-06-25 15:32:31 +02:00
docs Create dockerfile 2022-06-25 15:31:49 +02:00
scripts Fix scripts when there are only notebooks 2022-06-19 17:03:40 +02:00
src Fix typing 2022-06-25 15:32:20 +02:00
tests Move files 2022-06-25 14:01:14 +02:00
.dockerignore Create dockerfile 2022-06-25 15:31:49 +02:00
.gitignore Create dockerfile 2022-06-25 15:31:49 +02:00
Dockerfile Create dockerfile 2022-06-25 15:31:49 +02:00
pyproject.toml Move files 2022-06-25 14:01:14 +02:00
README.md Move files 2022-06-25 14:01:14 +02:00
setup.cfg Update uvicorn 2022-06-25 15:31:24 +02:00

ScoutinScience UtilitieS for text processing Lint and test ScoutinScience utilities

amogus

Exports

Requires loading spacy model

This is automatic but will require some time.

Add this to the Dockerfile for caching the spaCy model:

RUN pip install --no-cache-dir en-core-web-sm@https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.3.0/en_core_web_sm-3.3.0-py3-none-any.whl

Development

  • Optional booleans must have a default value of False.
  • No imports in top-level __init__.py, in order to not load anything unnecessary automatically
  • Should only be updated through a PR