https://github.com/nnfuzzy/aws-prediction-api-serverless
A prediction engine with AWS Lambda , API Gateways and serverless
https://github.com/nnfuzzy/aws-prediction-api-serverless
Last synced: 7 days ago
JSON representation
A prediction engine with AWS Lambda , API Gateways and serverless
- Host: GitHub
- URL: https://github.com/nnfuzzy/aws-prediction-api-serverless
- Owner: nnfuzzy
- Created: 2019-02-23T20:51:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T21:08:25.000Z (over 7 years ago)
- Last Synced: 2026-06-04T08:29:14.569Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS predictive engine API
## Notebook requirements
* virtualenv -v venv -p python3.6
* source venv/bin/activate
* pip install numpy scikit-learn pandas ipython jupyter lab
## Layer
./create_layer.sh
## Deployment
sls deploy
## Remove everything
sls remove