File size: 1,230 Bytes
f6c435d
 
bd0fb82
 
 
f6c435d
d47295a
f6c435d
 
 
8fbd330
914a364
 
f6c435d
f99447f
3ddf124
 
f99447f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: Vibe Shopping
emoji: πŸ›
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: 5.33.1
app_file: app.py
pinned: false
license: apache-2.0
short_description: AI powered clickless shopping experience with virtual try-on
tags:
  - agent-demo-track
---

This is embedding the actual app at https://huggingface.co/spaces/sitatech/vibe-shopping

# Vibe Shopping

**You may face cold-start which can take around 2-5 minutes, if you remain inactive for more than 5 minutes, your next interaction may also face cold-start. After a cold start you may need to reload the page, I will add**

Vibe Shopping is an AI-powered clickless shopping experience that allows users to virtually try on clothes and accessories.

It uses Qwen-2.5-VL-32B hosted on modal as the orchestrer, it as access to 3 MCP servers:

- [agora-mcp](https://github.com/Fewsats/agora-mcp)
- [fewsats-mcp](https://github.com/Fewsats/fewsats-mcp)
- [Vitrual Try-On MCP](./mcp_server.py) built as part of this project, can be found in the `mcp_server.py` file.

The virtual try on MCP uses [Flux-Fill](https://huggingface.co/black-forest-labs/FLUX.1-Fill-dev) combined with automatic masking, the model is hosted on modal.

Better docs comming soon with video.