Update README.md
Browse files
README.md
CHANGED
@@ -11,3 +11,13 @@ license: mit
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
# Session 13 - ERA Phase I - Assignment
|
16 |
+
## Goals
|
17 |
+
1. Build app on HuggingFace using Yolov3 model trained from scratch with PyTorch Lightning
|
18 |
+
|
19 |
+
## Usage
|
20 |
+
In the App tab, the UI is present for different functionalities like:
|
21 |
+
1. Uploading an image and getting the Yolov3 model output bounding box prediction
|
22 |
+
2. Seeing GradCAM output for the input image
|
23 |
+
3. Variety of examples given
|