Convertoon provides a service that translates webtoons to entertainment companies that want to export domestic webtoons. You can check the translated webtoon image by selecting the webtoon image and language to translate and clicking the translation button. If there is an error in the extracted and translated texts, you can modify them on the modify page.
βββ backend
βΒ Β βββ Dockerfile
βΒ Β βββ Font
βΒ Β βββ Pillow.ipynb
βΒ Β βββ README.md
βΒ Β βββ convertoon
βΒ Β βββ db.sqlite3
βΒ Β βββ manage.py
βΒ Β βββ media
βΒ Β βββ requirements.txt
βΒ Β βββ settings_debug.json
βΒ Β βββ textExtract
βββ docker-compose.yml
βββ frontend
βΒ Β βββ Dockerfile
βΒ Β βββ README.md
βΒ Β βββ build
βΒ Β βββ node_modules
βΒ Β βββ package-lock.json
βΒ Β βββ package.json
βΒ Β βββ public
βΒ Β βββ src
βΒ Β βΒ Β βββ App.js
βΒ Β βΒ Β βββ components
βΒ Β βΒ Β βΒ Β βββ buttons
βΒ Β βΒ Β βΒ Β βββ common
βΒ Β βΒ Β βΒ Β βββ images
βΒ Β βΒ Β βΒ Β βββ layouts
βΒ Β βΒ Β βΒ Β βββ states
βΒ Β βΒ Β βββ index.css
βΒ Β βΒ Β βββ index.js
βΒ Β βΒ Β βββ pages
βΒ Β βΒ Β βββ services
βΒ Β βΒ Β βββ store
βΒ Β βΒ Β βββ styles
βΒ Β βΒ Β βΒ Β βββ colors
βΒ Β βΒ Β βΒ Β βββ common
βΒ Β βΒ Β βΒ Β βββ layout
βΒ Β βΒ Β βΒ Β βββ states
βΒ Β βΒ Β βββ utils
βΒ Β βββ yarn.lock
βββ nginx
βββ Dockerfile
βββ default.conf
- Clone Repository
git clone https://github.com/SiliconValley-Team-h/Convertoon.git- API_Service.js
...
export const BASE_URL = 'http://<url>';
...- settings.py
...
CORS_ORIGIN_WHITELIST = (
'http://<url>',)
...- settings_debug.json (Papago API key)
{
"NAVER": {
"CLIENT_ID": "...",
"CLIENT_SECRET": "..."
}
}docker-compose up --build
Frontend : React
WSGI : Gunicorn
Web Server : Nginx
Backend : Django
Database : SQLite
AI : PyTorch
Etc : Docker, AWS
| Frontend | Backend | AI | DevOps | ETC |
|---|---|---|---|---|
| Name | κΉμλ¦° | μν¨μ§ | μνλ | μ₯λν |
|---|---|---|---|---|
| Github | @Yerineee | @narlo23 | @trash1ife | @jdonghun01 |
| Role | Frontend, AI | Frontend | Backend | Backend, DevOps, AI |

