Hey guys!
I have developed an application, that converts your pictures look like famous paintings with the click of a button!
- This article is the fourth week of trying to write at least one article every week.
Past articles are listed below.
- Face detection with Tensorflow【React + TypeScript】
- UI Components website Released!
- I made 18 UI components for all developers
Usage
The usage is really simple.
Select a picture and choose your favorite style.
Then you will get your original art with your picture!
Freely share and save it.
How to develop
The front part of this project is built using Nuxt.js and Tailwind CSS.
For image processing, I made API from the following repository.
https://github.com/lengstrom/fast-style-transfer
To make the API, I used AWS service in the following configuration.
Initially, I used the following configuration, but when processing with Lambda, it inevitably took a long time to start up from cold-starting. So I changed it to the above configuration.
By using Lambda only as an intermediary with EC2, not for image processing, and by doing the processing on EC2, the startup of Lambda became much faster.
Finally
I hope you will enjoy using my application, even though it is probably still inadequate in some ways.
I'm always looking forward to your feedback and bug reports.
Thank you for reading.
🍎🍎🍎🍎🍎🍎
Please send me a message if you need.
yuiko.dev@gmail.com
https://twitter.com/yui_active
🍎🍎🍎🍎🍎🍎
Top comments (0)