Spaces:
Sleeping
Sleeping
Clement Vachet
commited on
Commit
·
546a7cd
1
Parent(s):
1a9ccec
docs: add hugging face section
Browse files
README.md
CHANGED
|
@@ -18,6 +18,7 @@ Workflow: use of AWS lambda function for deployment
|
|
| 18 |
<b>Menu: </b>
|
| 19 |
- [Local development](#1-local-development)
|
| 20 |
- [AWS deployment](#2-deployment-to-aws)
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
## 1. Local development
|
|
@@ -145,3 +146,13 @@ bash
|
|
| 145 |
|
| 146 |
python
|
| 147 |
> python3 inference_api.py --url https://<api_id>.execute-api.<aws_region>.amazonaws.com/test/classify -d '{"features": [[6.5, 3.0, 5.8, 2.2], [6.1, 2.8, 4.7, 1.2]]}'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
<b>Menu: </b>
|
| 19 |
- [Local development](#1-local-development)
|
| 20 |
- [AWS deployment](#2-deployment-to-aws)
|
| 21 |
+
- [Hugging Face deployment](#3-deployment-to-hugging-face)
|
| 22 |
|
| 23 |
|
| 24 |
## 1. Local development
|
|
|
|
| 146 |
|
| 147 |
python
|
| 148 |
> python3 inference_api.py --url https://<api_id>.execute-api.<aws_region>.amazonaws.com/test/classify -d '{"features": [[6.5, 3.0, 5.8, 2.2], [6.1, 2.8, 4.7, 1.2]]}'
|
| 149 |
+
|
| 150 |
+
|
| 151 |
+
## 3. Deployment to Hugging Face
|
| 152 |
+
|
| 153 |
+
This web application is available on Hugging Face
|
| 154 |
+
|
| 155 |
+
Hugging Face space URL:
|
| 156 |
+
https://huggingface.co/spaces/cvachet/iris_classification_lambda
|
| 157 |
+
|
| 158 |
+
Note: This space uses the ML model deployed on AWS Lambda
|