mahan_ym commited on
Commit
4255d22
·
1 Parent(s): 50d1d7a

update readme

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  title: ImageAlfred
3
  emoji: 😻
 
 
4
  colorFrom: green
5
  colorTo: purple
6
  sdk: gradio
@@ -14,7 +16,7 @@ short_description: 'Alfred of Images: An MCP server to handle your image edits.'
14
  <div align="center">
15
  <img src="./src/assets/icons/ImageAlfredIcon.png" alt="ImageAlfred" width=200 height=200>
16
 
17
- <h2>Image Alfred</h2>
18
 
19
  ImageAlfred is an image Model Context Protocol (MCP) tool designed to streamline image processing workflows
20
 
@@ -37,16 +39,17 @@ ImageAlfred is an image Model Context Protocol (MCP) tool designed to streamline
37
 
38
  ## Maintainers
39
 
40
- [Mahan Yarmohammad (Mahan-ym)](https://www.mahan-ym.com/)
41
 
42
  [Soodoo | Saaed Saadatipour](https://soodoo.me/)
43
 
44
- # Used Tools
45
 
46
  - [Gradio](https://www.gradio.app/): Serving user interface and MCP server
47
- - [lang-segment-anything](https://github.com/luca-medeiros/lang-segment-anything): Which uses [SAM](https://segment-anything.com/) and [Grounding Dino](https://github.com/IDEA-Research/GroundingDINO) under the hood to segment images.
 
 
48
  - [HuggingFace](https://huggingface.co/): Downloading SAM and using Space for hosting.
49
- - [Modal.com](https://modal.com/): AI infrastructure making all the magic possible.
50
 
51
  ## Getting Started
52
 
 
1
  ---
2
  title: ImageAlfred
3
  emoji: 😻
4
+ tags:
5
+ - mcp-server-track
6
  colorFrom: green
7
  colorTo: purple
8
  sdk: gradio
 
16
  <div align="center">
17
  <img src="./src/assets/icons/ImageAlfredIcon.png" alt="ImageAlfred" width=200 height=200>
18
 
19
+ <h1>Image Alfred</h1>
20
 
21
  ImageAlfred is an image Model Context Protocol (MCP) tool designed to streamline image processing workflows
22
 
 
39
 
40
  ## Maintainers
41
 
42
+ [Mahan-ym | Mahan Yarmohammad](https://www.mahan-ym.com/)
43
 
44
  [Soodoo | Saaed Saadatipour](https://soodoo.me/)
45
 
46
+ ## Tools
47
 
48
  - [Gradio](https://www.gradio.app/): Serving user interface and MCP server
49
+ - [Modal.com](https://modal.com/): AI infrastructure making all the magic 🔮 possible.
50
+ - [SAM](https://segment-anything.com/): Segment Anything model by meta for image segmentation and mask generation
51
+ - [CLIPSeg](https://github.com/timojl/clipseg): Image Segmentation using CLIP. We used it as a more precise object detection model
52
  - [HuggingFace](https://huggingface.co/): Downloading SAM and using Space for hosting.
 
53
 
54
  ## Getting Started
55