Skip to content

TestInk, a tattoo preview app: "All the fun without regrets!"

License

Notifications You must be signed in to change notification settings

melissahe/TestInk

Repository files navigation

Introduction

TestInk is an app that allows users to preview tattos using augmented reality

What's the Problem?

There are 45,000,000 Americans who have at least one tattoo abut there is a lack of technology that specifically aims to serve and cultivate the tattoo community at large.

TestInk's Solution

  • Preview designs on your skin using AR Technology!
  • Discover and share designs with the community.
  • Accessible to ANY artistic level!

Press Youtube to preview a short video featuring the AR functionality of TestInk

https://github.com/melissahe/TestInk/blob/qa/Gifs/youtubeImg.png

App Flow

Login View Profile View
gif
Login to scroll through designs uploaded by community members
gif
Like or share tattoo designs then check out their favorites in their profile
Cropping Filtering
gif
Choose a photo from photo library to edit by cropping
gif
Add filters to photos upload from photo library

Future Updates

  • Network with other tattoo artists and use their designs
  • Use photo sharing services to import other tattoo designs
  • Try on tattoos without needing stickers using Core ML to recognize a drawing as the image on you skin

Technologies Used

  • Firebase as a backend service
  • ARKit Technology
  • Core Image to add filtering functionality
  • Core Graphics for cropping functionality

Requirements

  • iOS 8.0+ / Mac OS X 10.11+ / tvOS 9.0+
  • Xcode 9.3+
  • iOS 11.3
  • Swift 4.0+
  • ARKit Compatible Device (Apple A9 processor or higher)

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ sudo gem install cocoapods

Pods

How to Install Pods

To integrate these pods into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'SnapKit'
    pod 'Firebase/Core'
    pod 'Firebase/Auth'
    pod 'Firebase/Database'
    pod 'Firebase/Storage'
    pod 'Toucan'
end

Then, run the following command in Terminal:

$ pod install

Credits - Team Nosleep

About

TestInk, a tattoo preview app: "All the fun without regrets!"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published