Clement Vachet commited on
Commit
298cc2e
·
1 Parent(s): 8ec4698

docs: Improve first section

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -13,11 +13,15 @@ short_description: Object detection Lambda
13
  # Object detection via AWS Lambda
14
 
15
  <b>Aim: AI-driven object detection task</b>
 
 
16
  - Front-end: user interface via Gradio library
17
- - Back-end: use of AWS Lambda function to run deployed ML models
18
 
 
 
19
 
20
- <b>Menu: </b>
21
  - [Local development](#1-local-development)
22
  - [AWS deployment](#2-deployment-to-aws)
23
  - [Hugging Face deployment](#3-deployment-to-hugging-face)
 
13
  # Object detection via AWS Lambda
14
 
15
  <b>Aim: AI-driven object detection task</b>
16
+
17
+ Architecture:
18
  - Front-end: user interface via Gradio library
19
+ - Back-end: use of AWS Lambda function to run deployed ML model
20
 
21
+ You can try out our deployed [Hugging Face Space](https://huggingface.co/spaces/cvachet/object_detection_lambda
22
+ )!
23
 
24
+ <b>Table of contents: </b>
25
  - [Local development](#1-local-development)
26
  - [AWS deployment](#2-deployment-to-aws)
27
  - [Hugging Face deployment](#3-deployment-to-hugging-face)