mahan_ym commited on
Commit
ac24bf9
·
1 Parent(s): cc8f276

update readme

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -28,6 +28,12 @@ ImageAlfred is an image Model Context Protocol (MCP) tool designed to streamline
28
  [Mahan Yarmohammad (Mahan-ym)](https://www.mahan-ym.com/)
29
  [Saaed Saadatipour (Soodoo)](https://soodoo.me/)
30
 
 
 
 
 
 
 
31
  ## Getting Started
32
 
33
  ### Prerequisites
 
28
  [Mahan Yarmohammad (Mahan-ym)](https://www.mahan-ym.com/)
29
  [Saaed Saadatipour (Soodoo)](https://soodoo.me/)
30
 
31
+ # Used Tools
32
+ - [Gradio](https://www.gradio.app/): Serving user interface and MCP server
33
+ - [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.
34
+ - [HuggingFace](https://huggingface.co/): Downloading SAM and using Space for hosting.
35
+ - [Modal.com](https://modal.com/): AI infrastructure making all the magic possible.
36
+
37
  ## Getting Started
38
 
39
  ### Prerequisites