Appearance
인공지능 아트 플랫폼
관련 pubs
- cupertino_icons: ^1.0.2
- 기본 아이콘셋
- provider: ^6.0.2
- 상태관리
- fluttertoast: ^8.0.9
- 상황별 alert
- confetti: ^0.6.0
- 이미지 생성시 꽃가루 효과
Atom Project
Screen Shots
Landing | Caricature | Art Style |
---|---|---|
![]() | ![]() | ![]() |
Cartoon | Loading | Result |
---|---|---|
![]() | ![]() | ![]() |
File Structure
Within the download you'll find the following directories and files:
AATOM/
├── android - setting for android (there is no iOS setting)
├── assets
│ ├── fonts // muli font
│ ├── icons // vectors
│ ├── images // all images used app
│ └── nfts // for first gallery
├── lib
│ ├── components
│ │ ├── before_after.dart // for the result page to compare original pic and result pic
│ │ ├── bg_image.dart // default bg_image
│ │ ├── blur_container.dart // for blur container
│ │ ├── bottom_bar.dart // default bottom_bar
│ │ ├── elevated_button.dart // default elevated_button
│ │ ├── server_request.dart // for REST API request
│ │ └── etc // for changed plan
│ ├── model
│ │ ├── style_transfer_models.dart
│ ├── screen
│ │ ├── home // main page
│ │ │ └── components
│ │ │ └── detail // each menu item
│ │ ├── generate // generate image
│ │ ├── result // result page
│ │ ├── setting // configurations
│ │ └── etc // for changed plan
│ └── main.dart // main
└── pubspec.yaml // all the packages
Build
- git clone https://hwahee@bitbucket.org/hellomond/aatom-flutter.git
- flutter pub get
- flutter run