RaviNaik commited on
Commit
69980cc
1 Parent(s): 8d95fbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: ERA SESSION19
3
- emoji: 🐨
4
  colorFrom: red
5
  colorTo: blue
6
  sdk: gradio
@@ -10,4 +10,22 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: ERA SESSION19
3
+ emoji: 🏃
4
  colorFrom: red
5
  colorTo: blue
6
  sdk: gradio
 
10
  license: mit
11
  ---
12
 
13
+ **GitHub Link:** https://github.com/RaviNaik/ERA-SESSION19/blob/main/README.md
14
+
15
+ ### Tasks:
16
+ 1. :heavy_check_mark: Make a CLIP or FastSAM application on gradio/spaces using open-source models.
17
+ 2. :heavy_check_mark: Share the link on the assignment page for the GitHub, and Spaces
18
+
19
+ ### FastSAM (Variant of Segment Anything-SAM Model)
20
+ **Architecture:**
21
+ ![image](https://github.com/RaviNaik/ERA-SESSION19/assets/23289802/044d2f07-f8de-478f-b189-219dc0b0b52a)
22
+
23
+ #### Gradio Results
24
+ ![image](https://github.com/RaviNaik/ERA-SESSION19/blob/main/sam_gradio.png)
25
+
26
+ ### CLIP (Contrastive Language–Image Pre-training)
27
+ **Architecture:**
28
+ ![image](https://github.com/RaviNaik/ERA-SESSION19/assets/23289802/03758a42-8464-4663-849f-b90c8cf0c03f)
29
+
30
+ #### Gradio Results
31
+ ![image](https://github.com/RaviNaik/ERA-SESSION19/blob/main/clip_gradio.png)