Lego2me
Lego2me copied to clipboard
AI technology to make Lego characters by analyzing the clothes and physical gender you are wearing.
Lego2me

Index
- Lego2me
- 1. Prerequisites
- 2. Installation Process
- 3. Getting Started
- 4. File Manifest
- 5. Copyrights / End User Licesnse
- 6. Contact Information
1. Prerequisites
- Our service was created through the AI Application Development by Silicon Valley Engineering program organized by Headstart Silicon Valley.
- https://flagly.org/
Architecture

Dataware

2. Installation Process
- Requires a computer with an nvidia GPU.
$ git clone https://github.com/sung1san3/Lego2me
$ docker-compose up --build
3. Getting Started
- If you are running in a local environment, type localhost in the Internet browser address.
- Click the 'get started' button at the top and upload a picture of yourself you want to make into a LEGO character. After editing the top and bottom, save and check the result.

- Check out the results and try customizing your character!
- Please leave a review for the results

4. File Manifest && API
├── README.md
├── backend
│ ├── ai
│ ├── api
│ ├── db.sqlite3
│ ├── dockerfile
│ ├── lego2me
│ ├── manage.py
│ └── requirements.txt
├── docker-compose.prod.yml
├── docker-compose.yml
├── frontend
│ ├── Dockerfile
│ ├── README.md
│ ├── components
│ ├── next-env.d.ts
│ ├── next.config.js
│ ├── node_modules
│ ├── package-lock.json
│ ├── package.json
│ ├── pages
│ ├── postcss.config.js
│ ├── public
│ ├── recoil
│ ├── styles
│ ├── tailwind.config.js
│ └── tsconfig.json
├── nginx
│ └── nginx.conf
└── nginx.conf
5. Copyrights / End User Licesnse
Our project is not affiliated with any services of the LEGO company. This project is not intended for commercial use, please do not use it for commercial purposes.
6. Contact Information
| Name | 최세연 | 정태원 | 권종석 | 허민 |
|---|---|---|---|---|
| Profile | ![]() |
![]() |
![]() |
![]() |
| role | Team ㅣLeader, Backend |
Backend & AI | Backend & AI | Frontend |
| Github | @Seyeon_Choi | @teawon | @jongseok Kwon | @Heo Min |



