0
stars
12
commits
Python
primary language
Jun 12, 2025
updated
VirtualFit is a software and web service for generating 3D clothing models based on user body parameters.
The service is aimed at developers, integrators, and technical teams creating solutions for fashion retail, marketplaces, and garment visualization.
VirtualFit is a backend and frontend solution that automates the virtual try-on process.
Users interact via a Telegram bot or web interface, while the server runs a pipeline that includes a neural network and 3D visualization in Blender.
User β Telegram Bot / Web UI β Backend (Python, FastAPI) β IMAGDressing Neural Network β Blender Pipeline β Video / Preview
.mp4 and other formatsTelegram: @VirtualFit_bot
Email: virtualfit@gmail.com
# 1. Clone this repository
git clone https://github.com/your-org/virtualfit.git
# 2. Clone IMAGDressing into the project root
git clone https://github.com/muzishen/IMAGDressing.git
# 3. Download base models from Hugging Face
Download the checkpoint files from:
π¦ https://huggingface.co/feishen29/IMAGDressing
Place the model weights into the `ckpt` folder in the project root.
If the folder doesnβt exist, create it.
# 4. Install dependencies
cd virtualfit
pip install -r requirements.txt
# 5. Run the backend
python app/VirtualFit_tg_bot.py
12 commits
Python
90.2%
Cuda
5.6%
C++
3.1%
0
stars
12
commits
Python
primary language
Jun 12, 2025
updated
VirtualFit is a software and web service for generating 3D clothing models based on user body parameters.
The service is aimed at developers, integrators, and technical teams creating solutions for fashion retail, marketplaces, and garment visualization.
VirtualFit is a backend and frontend solution that automates the virtual try-on process.
Users interact via a Telegram bot or web interface, while the server runs a pipeline that includes a neural network and 3D visualization in Blender.
User β Telegram Bot / Web UI β Backend (Python, FastAPI) β IMAGDressing Neural Network β Blender Pipeline β Video / Preview
.mp4 and other formatsTelegram: @VirtualFit_bot
Email: virtualfit@gmail.com
# 1. Clone this repository
git clone https://github.com/your-org/virtualfit.git
# 2. Clone IMAGDressing into the project root
git clone https://github.com/muzishen/IMAGDressing.git
# 3. Download base models from Hugging Face
Download the checkpoint files from:
π¦ https://huggingface.co/feishen29/IMAGDressing
Place the model weights into the `ckpt` folder in the project root.
If the folder doesnβt exist, create it.
# 4. Install dependencies
cd virtualfit
pip install -r requirements.txt
# 5. Run the backend
python app/VirtualFit_tg_bot.py
12 commits
Python
90.2%
Cuda
5.6%
C++
3.1%