All Projects → shu223 → Ios 10 Sampler

shu223 / Ios 10 Sampler

Licence: mit
Code examples for new APIs of iOS 10.

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Ios 10 Sampler

Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (-95.84%)
Mutual labels:  convolutional-neural-networks, cnn, image-recognition
Transfer Learning Suite
Transfer Learning Suite in Keras. Perform transfer learning using any built-in Keras image classification model easily!
Stars: ✭ 212 (-93.65%)
Mutual labels:  convolutional-neural-networks, cnn, image-recognition
Depression Detect
Predicting depression from acoustic features of speech using a Convolutional Neural Network.
Stars: ✭ 187 (-94.4%)
Mutual labels:  convolutional-neural-networks, cnn, speech
Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (-95.12%)
Mutual labels:  convolutional-neural-networks, cnn, image-recognition
Pyconv
Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition (https://arxiv.org/pdf/2006.11538.pdf)
Stars: ✭ 231 (-93.09%)
Mutual labels:  convolutional-neural-networks, cnn, image-recognition
Regl Cnn
Digit recognition with Convolutional Neural Networks in WebGL
Stars: ✭ 490 (-85.33%)
Mutual labels:  demo, convolutional-neural-networks, cnn
Cnn 3d Images Tensorflow
3D image classification using CNN (Convolutional Neural Network)
Stars: ✭ 199 (-94.04%)
Mutual labels:  convolutional-neural-networks, cnn
Iseebetter
iSeeBetter: Spatio-Temporal Video Super Resolution using Recurrent-Generative Back-Projection Networks | Python3 | PyTorch | GANs | CNNs | ResNets | RNNs | Published in Springer Journal of Computational Visual Media, September 2020, Tsinghua University Press
Stars: ✭ 202 (-93.95%)
Mutual labels:  convolutional-neural-networks, cnn
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (-90.24%)
Mutual labels:  convolutional-neural-networks, image-recognition
Anime4k
A High-Quality Real Time Upscaler for Anime Video
Stars: ✭ 14,083 (+321.52%)
Mutual labels:  convolutional-neural-networks, cnn
Grad cam plus plus
A generalized gradient-based CNN visualization technique
Stars: ✭ 216 (-93.53%)
Mutual labels:  convolutional-neural-networks, cnn
Cnn Text Classification Tf Chinese
CNN for Chinese Text Classification in Tensorflow
Stars: ✭ 237 (-92.91%)
Mutual labels:  convolutional-neural-networks, cnn
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-94.16%)
Mutual labels:  convolutional-neural-networks, cnn
Style transfer
CNN image style transfer 🎨.
Stars: ✭ 210 (-93.71%)
Mutual labels:  convolutional-neural-networks, cnn
Bilinear Cnn Tensorflow
This is an implementation of Bilinear CNN for fine grained visual recognition using TensorFlow.
Stars: ✭ 187 (-94.4%)
Mutual labels:  convolutional-neural-networks, cnn
Bender
Easily craft fast Neural Networks on iOS! Use TensorFlow models. Metal under the hood.
Stars: ✭ 1,728 (-48.28%)
Mutual labels:  metal, convolutional-neural-networks
Grad Cam
🌈 📷 Gradient-weighted Class Activation Mapping (Grad-CAM) Demo
Stars: ✭ 91 (-97.28%)
Mutual labels:  demo, cnn
Metalimage
MetalImage is more faster and powerful than opengles for iOS. It is very similar to GPUImage framework, but perform a better 3D rendering and multithreads computing abilities.
Stars: ✭ 207 (-93.8%)
Mutual labels:  metal, convolutional-neural-networks
Cnnimageretrieval
CNN Image Retrieval in MatConvNet: Training and evaluating CNNs for Image Retrieval in MatConvNet
Stars: ✭ 168 (-94.97%)
Mutual labels:  convolutional-neural-networks, cnn
Autoclint
A specially designed light version of Fast AutoAugment
Stars: ✭ 171 (-94.88%)
Mutual labels:  convolutional-neural-networks, cnn

iOS-10-Sampler

Platform Language License Twitter

Code examples for new APIs of iOS 10.

How to build

Just build with Xcode 8.

It can NOT run on Simulator. (Because it uses Metal.)

Contents

Speech Recognition

Speech Recognition demo using Speech Framework. All available languages can be selected.

Looper

Loop playback demo using AVPlayerLooper.


Live Photo Capturing

Live Photo Capturing example using AVCapturePhotoOutput.

Audio Fade-in/out

Audio fade-in/out demo using setVolume:fadeDuration method which is added to AVAudioPlayer.

Metal CNN Basic: Digit Detection

Hand-writing digit detection using CNN (Convolutional Neural Network) by Metal Performance Shaders.

Metal CNN Advanced: Image Recognition

Real-time image recognition using CNN (Convolutional Neural Network) by Metal Performance Shaders.

PropertyAnimator: Position

Animating UIView's center & backgroundColor using UIViewPropertyAnimator.

PropertyAnimator: Blur

Animating blur effect using fractionComplete property of UIViewPropertyAnimator.

Preview Interaction

Peek & Pop interactions with 3D touch using UIPreviewInteraction.

Notification with Image

Local notification with an image using UserNotifications framework.


Sticker Pack

Example of Sticker Pack for iMessage.

Core Data Stack (Created by nolili)

Simple Core Data stack using NSPersistentContainer.

TabBar Customization

Customization sample for UITabBar's badge using text attributes.

New filters

New filters of CIFilter in Core Image.


New Fonts

New Fonts gallery

Proactive: Location Suggestions

This sample demonstrates how to use new mapItem property of NSUserActivity to integrate with location suggestions.


Attributed Speech

Attributed Speech demo with AVSpeechSynthesisIPANotationAttribute for AVSpeechUtterance.

Haptic Feedback

Haptic Feedbacks using UIFeedbackGenerator.

Author

Shuichi Tsutsumi

Freelance iOS programmer in Japan.

Support via PayPal

Special Thanks

The icon is designed by Okazu

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].