rhamzz

rhamzz

Geek Repo

0

followers

0

following

Company:PeoplePerHour

Location:Bengaluru

Github PK Tool:Github PK Tool

rhamzz's repositories

AVFoundation-Camera-App

A camera app with a launch/splash screen with multiple functions each of which is a button, with added animation showing the strength and complexity of AVFoundation. This camera app can record videos, take pictures, switch cameras front and back also turn the flash on and off.

Language:SwiftLicense:MITStargazers:0Issues:0Issues:0

Camera-App-With-UIImagePickerController-And-AVFoundation-Completely-Programmatically

Demonstrating how to use the front camera, toggle camera flash and use the back camera with the UIImagePickerController and AVFoundation completely programmatically. Also saving and loading the image from the Photo Library, perhaps if the camera is unavailable.

Language:SwiftLicense:MITStargazers:0Issues:0Issues:0

Collision-Detection-in-SpriteKit

A simple SpriteKit project showing collision detection. The whole project is created completely programmatically without .sks files and Xcodes Scene Editor.

Language:SwiftLicense:MITStargazers:0Issues:0Issues:0

Core-ML-And-Vision-Object-Classifier-Lightweight-Version

Core ML and Vision object classifier with a lightweight trained model. The model is trained and tested with Create ML straight from Xcode Playgrounds with the dataset I provided.

Language:SwiftLicense:MITStargazers:0Issues:0Issues:0

CoreML-and-Vision-with-a-pre-trained-deep-learning-SSD-model

This project shows how to use CoreML and Vision with a pre-trained deep learning SSD (Single Shot MultiBox Detector) model. There are many variations of SSD. The one we’re going to use is MobileNetV2 as the backbone this model also has separable convolutions for the SSD layers, also known as SSDLite. This app can find the locations of several different types of objects in the image. The detections are described by bounding boxes, and for each bounding box, the model also predicts a class.

Language:SwiftLicense:MITStargazers:0Issues:0Issues:0

Move-Sprites-Around-With-Touches

Move Sprites Around With Touch in SpriteKit and Swift. This whole project is created completely programmatically without .sks files and Xcodes Scene Editor.

Language:SwiftLicense:MITStargazers:0Issues:0Issues:0
License:MITStargazers:0Issues:1Issues:0

swift

OpenStack Storage (Swift)

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0

swift-1

The Swift Programming Language

Language:C++License:Apache-2.0Stargazers:0Issues:0Issues:0

SwiftyJSON

The better way to deal with JSON data in Swift.

Language:SwiftLicense:MITStargazers:0Issues:0Issues:0

Networking-with-REST-API-calls-and-URLSession-Unit-Tests-and-Data-Persistence-in-Core-Data

Networking in Swift with REST API calls and URLSession, that puts the parsed JSON Data in a TableView and persists the data using Core Data with CRUD (create, read, update, and delete). I used also Unit Tests to test URLSession asynchronous network operations and make the project as robust as possible. When the JSON data is parsed into the TableView we can easily delete the cell with a swipe, the TableView will then reload itself and Core Data will update and save the changes in realtime. There is also an option to send HTTP GET requests to the JSONPlaceholder server. This whole project is created completely programmatically without Storyboards and Interface Builder.

Language:SwiftLicense:MITStargazers:0Issues:0Issues:0

Sweet-Sweets-Mania-SpriteKit-Game-With-Continuous-Integration

A single player game in SpriteKit created completely programmatically without the use of .sks files and Xcode Scene Editor. Implemented continuous integration using Jenkins, Fastlane GitHub, and Unit Tests into one continuous integration system. So everything is automated from the first commit to the email notification at the end from Jenkins when the build finished. I used Firebase as a backend and implemented its Sign up/Login with Facebook and Anonymously into the app, and saved users data like: UID, email address, username and profile image into Firebase Database and Firebase Storage, likewise, I implemented a persistent store so all user data is saved after the user quits the app. During the development of the app, I followed the MVC design pattern, likewise, I used Sketch for creating most of the UI.

Language:SwiftLicense:MITStargazers:0Issues:0Issues:0