SkillAgentSearch skills...

XGAN

Domain to domain translation using Generative Adversarial Networks (GANs)

Install / Use

/learn @rogeralmato/XGAN
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<img src="progression.gif" width="275" height="500"/>

XGAN

Domain to domain translation using Generative Adversarial Networks (GANs)

Installation

We recommend to use a virtual environment (venv). Steps to install the project:

# Create venv
python3 -m venv venv

# Activate venv
source venv/bin/activate

# Install project requirements
pip3 install -r requirements.txt

Train the model

# make sure your venv is activated
source venv/bin/activate

# start training the model
python3 training.py

RESULTS

The results in the RESULTS folder and a new folder is also created on each execution. Please you should not push this results to the project (everyone has their own results)

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated2mo ago
Forks4

Languages

Python

Security Score

70/100

Audited on Jan 15, 2026

No findings