https://github.com/kenza-ai/sagify-demo
Repository for Getting Started of Sagify https://kenza-ai.github.io/sagify/
https://github.com/kenza-ai/sagify-demo
Last synced: 6 months ago
JSON representation
Repository for Getting Started of Sagify https://kenza-ai.github.io/sagify/
- Host: GitHub
- URL: https://github.com/kenza-ai/sagify-demo
- Owner: Kenza-AI
- License: mit
- Created: 2019-10-27T15:43:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T09:11:21.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T17:40:41.046Z (8 months ago)
- Language: Makefile
- Size: 24.4 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sagify-demo
Repository for Getting Started of Sagify https://kenza-ai.github.io/sagify/## Development
- Python 3.6 or 2.7
- For Python 2.7 replace the value of `REQUIRED_PYTHON` and `PYTHON_INTERPRETER` in `test_environment.py` and `Makefile`, respectively, to `python2`
- [awscli](https://pypi.python.org/pypi/awscli) installed and configured## Commands
```
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
```