Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 2.57 KB

readme.md

File metadata and controls

56 lines (43 loc) · 2.57 KB

Enhancing Carpet Dsign with GAN(Generative Adversarial Networks)

Outputs

User Uploads GAN Enhanced Designs
User Upload 1 GAN Design 1
User Upload 2 GAN Design 2
GAN Design 3
GAN Design 4

See more outputs

To see more generated files by our system visit Here .

Project Report

Available Here

Project Report Slide

Available Here

Run Project

Clone Project

   git clone https://github.com/99-NinetyNine/GAN_rug_design.git

Create a Virtual Environment

   # On Windows
   python -m venv env

   # On Linux/Mac
   python3 -m venv env

Activate Virtual Environment

   # On Windows
   .\env\Scripts\activate

   # On Linux/Mac
   source env/bin/activate

Install Requirements

   pip install -r requirements.txt

Run

   python3 manage.py runserver

Link to the frontend application is provided here:

Github