An open API service indexing awesome lists of open source software.

https://github.com/eunbileeme/image-style-translation

Python / Flask로 만든 Neural Style Transfer 기반의 이미지 변환 웹 사이트입니다.
https://github.com/eunbileeme/image-style-translation

flask python3

Last synced: 2 months ago
JSON representation

Python / Flask로 만든 Neural Style Transfer 기반의 이미지 변환 웹 사이트입니다.

Awesome Lists containing this project

README

          

# 📔 image-style-translation
## Neural Style Transfer를 이용하여 만든 image style translation(Web) 입니다.
- 원리는 기존의 Neural Style Transfer와 동일합니다.
- 사용 시 가상환경의 메모리가 부족할 수 있으므로 추가로 용량을 확보하신 후 실행하시길 바랍니다.


## index
- app.py
- complete.html
- neuralstyleprocess.py
- upload.py

## 더 자세한 내용은 아래의 링크를 참고해주시길 바랍니다.
- [팀원 GitHub](https://github.com/Sunghoon-Bae-tm/Flask-for-Neural-style-transfer-website)