Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: TSAI
|
3 |
emoji: π
|
4 |
colorFrom: yellow
|
5 |
colorTo: blue
|
@@ -11,3 +11,21 @@ license: mit
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: TSAI S19
|
3 |
emoji: π
|
4 |
colorFrom: yellow
|
5 |
colorTo: blue
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
# The School of AI - ERA(Extensive & Reimagined AI Program) - Assignment 19
|
16 |
+
|
17 |
+
This folder consists of Assignment-19 from ERA course offered by - TSAI(The school of AI).
|
18 |
+
Follow https://theschoolof.ai/ for more updates on TSAI
|
19 |
+
|
20 |
+
Assignment-19
|
21 |
+
Make a CLIP or FastSAM application on gradio/spaces using open-source models.
|
22 |
+
- You may use the open source pre-trained models for CLIP or FastSAM
|
23 |
+
|
24 |
+
### Implementation and Results:
|
25 |
+
Implemented a simple gradio interface on higgingface and Github. Used a pretrained CLIP model from https://github.com/openai/CLIP. Model has been pretrained on Coco Dataset
|
26 |
+
|
27 |
+
HF Link: https://huggingface.co/spaces/ToletiSri/TSAI_S19
|
28 |
+
Github Link: https://github.com/ToletiSri/TSAI_ERA_Assignments/tree/main/S19
|
29 |
+
|
30 |
+
Add any image that belongs to one of the 80 Coco datasets, in the input image box
|
31 |
+
Add some captions for this image. The results(output text box) shown are the likelihood percentage that the image belongs to one of these captions.
|