Transform your prototype AI code into production-ready software.
https://great-ai.scoutinscience.com
| .github/workflows | ||
| .vscode | ||
| docs | ||
| scripts | ||
| src | ||
| tests | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| example_secrets.ini | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
| setup.cfg | ||
ScoutinScience UtilitieS for text processing 
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