Skip to content

martinoywa/creative-gan

Repository files navigation

Creative GAN

Generate Designs

Running the app locally

Clone the repository and cd into it:

git clone https://github.com/martinoywa/creative-gan.git
cd creative-gan

Create and activate a virtual environment:

python3 -m venv env
source env/bin/activate   (linux)
.\env\Script\activate     (windows)

Install requirements:

pip install -r requirements.txt

Start Flask server and open local host on your browser:

python app.py

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages