Transform your prototype AI code into production-ready software. https://great-ai.scoutinscience.com
Find a file
2022-06-25 14:01:14 +02:00
.github/workflows Move files 2022-06-25 14:01:14 +02:00
.vscode Move files 2022-06-25 14:01:14 +02:00
docs Move files 2022-06-25 14:01:14 +02:00
scripts Fix scripts when there are only notebooks 2022-06-19 17:03:40 +02:00
src Move files 2022-06-25 14:01:14 +02:00
tests Move files 2022-06-25 14:01:14 +02:00
.dockerignore Update dockerfiles 2022-05-28 14:52:29 +02:00
.gitignore Move files 2022-06-25 14:01:14 +02:00
Dockerfile Move files 2022-06-25 14:01:14 +02:00
example_secrets.ini Move files 2022-06-25 14:01:14 +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
requirements.txt Move files 2022-06-25 14:01:14 +02:00
setup.cfg Move files 2022-06-25 14:01:14 +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