Skip to content

Latest commit

 

History

History
79 lines (55 loc) · 1.56 KB

README_en.md

File metadata and controls

79 lines (55 loc) · 1.56 KB

한국어 | English



** Pictoon **

This is a web project in which photos are synthesized by uploading two favorite photos.

1. Click the button to uplad the image i want to synthesize.


2. Wait a moment for the two uploaded images to be synthesized. (takes 3~5min)


3. Result

스크린샷 2022-01-26 오후 8 07 39



** System Architecture **


** Tech Stack **

frontend Backend webserver
React Gunicorn Nginx
. Flask .
. Rabbitmq .
. S3 .
. Redis .
. pytorch .
. Celery .

** Ports **

Redis : 6379:6379

React : 3000:3000

RabbitMQ : 5672:5672, 15672:15672

flask : 5005:5005

Nginx : 80:80



** Start **

local

git clone
docker-compose up

You can access this web-site on your localhost from now!


** Member **