Repository for Getting Started of Sagify https://kenza-ai.github.io/sagify/
- Python 3.6 or 2.7
- For Python 2.7 replace the value of
REQUIRED_PYTHON
andPYTHON_INTERPRETER
intest_environment.py
andMakefile
, respectively, topython2
- awscli installed and configured
clean Delete all compiled Python files
create_environment Set up python interpreter environment
lint Lint using flake8
requirements Install Python Dependencies
test_environment Test python environment is setup correctly
train Train Deep Learning Model