Skip to content

pradeepthsjain/AI-TShirt-Designer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHIRT DESGINER 07/06/2023

SPA Web application to create a unique and special t-shirt design, you can design the logo and the print on the t-shirt as well. The important thing is that through the OPENAI API it allows you to generate logos and patterns according to the description that you send it.

-Customizer View

3-DSHIRTVIEW.png

-AI generated logo

3-DSHIRTAILOGO.png

Used Technology

  • React
  • Tailwind CSS
  • Node.js
  • Three.js
  • OPENAI API

Project Settings

Previous requirements

Make sure you have installed:

  • Node.js
  • npm (Node Package Manager)

Instalation

  1. Clone the repo:
    git clone https://github.com/SergDeved/AI-TSHIRT-3D.git
    
  2. Navigate to the client folder:
    cd repo_name/client
    
    npm install
    
  3. Start the frontend in development mode:
    npm run dev
    or
    npm run dev -- --host 0.0.0.0 //your ip for host in LAN
    
  4. Navigate to the server folder:
    cd repo_name/server
    
    npm install
    
  5. Start the backend
    npm start
    
  6. Create & Set the .env file in /server
    //your API key generated in https://platform.openai.com/account/api-keys
    OPENAI_API_KEY=sk-ga...
    

Enjoy the project and if you have any inconvenience do not hesitate to ask in the issues section.

If you have any suggestions, feel free to submit a pull request.