diff --git a/.github/assets/readme-cover.png b/.github/assets/readme-cover.png new file mode 100644 index 0000000..643f290 Binary files /dev/null and b/.github/assets/readme-cover.png differ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..efa6be8 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 DrawAI + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..6da6f98 --- /dev/null +++ b/README.md @@ -0,0 +1,90 @@ +

+ + Logo

+
+

+ +

+ DrawAI +

+ +
+

+ + Language: Swift + + + Editor: Xcode + +
+ + Available on: iOS/iPadOS + +

+
+ +## Table of Contents + +

+ About • + Revised Concepts • + Installation • + Technologies • + License +

+ +## 📌About + +
+

+ + An app for iPad and iOS with the aim of challenging people to draw anime characters or objects as similar as possible to the original design!
DrawAI was built with UIKit and uses the Vision framework to analyze similarity between images.
+

+
+ +## 👓Revised Concepts + +- Use of Vision for comparing images similarity +- Interface built by using XIB +- MVVM Pattern + +## 📕Installation + +**You must have already installed** +- [Xcode 12.5+](https://developer.apple.com/xcode/) + +**Recommendations** +- It is recommended that you have at least the macOS BigSur + +**Let's divide it into 2 steps.** +1. Clone this repository +2. Open the Xcode project + --- +### 1. Clone this repository +``` +git clone https://github.com/animeiml/drawAI +``` +--- +### 2. Open the Xcode project +``` +open .xcodeproj +``` + +## 🌐Technologies + +- [Swift](https://www.apple.com/br/swift/) +- [Vision](https://developer.apple.com/documentation/vision) +- [UIKit](https://developer.apple.com/documentation/uikit/) +- [PencilKit](https://developer.apple.com/documentation/pencilkit) + +## 📝License + +Released in 2021. + +This project is under the MIT license. + +Made with love by: + - [Nicole Guedes](https://www.behance.net/niccoguedes) 🧑🏻‍🎨 (Designer) + - [Alessandro Negrão](https://github.com/AlessandroNegrao) 🤖 (Developer) + - [João Guilherme](https://github.com/guicfreitas) 👾 (Developer) + - [Leonardo Viana](https://github.com/leoskrr) 👻 (Developer)