Skip to content
/ Lego2me Public
forked from sung1san3/Lego2me

사용자가 업로드한 사진을 레고 캐릭터로 변환해주는 서비스 [2021-Silicon Valley Internship]

Notifications You must be signed in to change notification settings

teawon/Lego2me

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lego2me

Frame 1

Index

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

image

Dataware

image

  • Architecture

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. image
  • Check out the results and try customizing your character!
  • Please leave a review for the results image image

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 & AI
Backend & AI AI Frontend
Github @Seyeon_Choi @teawon @jongseok Kwon @Heo Min

About

사용자가 업로드한 사진을 레고 캐릭터로 변환해주는 서비스 [2021-Silicon Valley Internship]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 55.3%
  • Python 39.1%
  • CSS 3.9%
  • JavaScript 1.2%
  • Dockerfile 0.5%