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 기반의 이미지 변환 웹 사이트입니다.
- Host: GitHub
- URL: https://github.com/eunbileeme/image-style-translation
- Owner: eunbileeme
- Created: 2022-10-26T04:15:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T08:27:34.000Z (about 2 years ago)
- Last Synced: 2025-05-01T12:35:39.213Z (about 1 year ago)
- Topics: flask, python3
- Language: HTML
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)