Vamshi Krishna (VamshiIITBHU14)

VamshiIITBHU14

Geek Repo

Location:Bangalore, India

Home Page:https://www.linkedin.com/in/vamshiiitbhu14/

Github PK Tool:Github PK Tool

Vamshi Krishna's repositories

DesignPatternsInSwift

This repository contains all the code from my book 'Design Patterns in Swift', live at https://www.amazon.com/dp/B07FYXHBKZ. All code written in Swift4. Do give a star if you like the work.

Language:SwiftStargazers:332Issues:14Issues:0

YouTubeClone

This project is a clone of YouTube. But the main intention is to show how to write clean code, using proper MVC patterns and re-usable coding methodologies!

Language:SwiftStargazers:175Issues:5Issues:0

FBChatClone

This project is a clone of FB Messenger .

AppStoreClone

This project is a clone of AppStore.

Language:SwiftStargazers:65Issues:0Issues:0

UberAnimation

Heyaa! This is an attempt to mimic the animation Uber and Facebook shows up as a Congratulatory Pop-up. Looking at the attached GIF will give you a better idea of what this project covers. All written in Swift4.

Language:SwiftStargazers:57Issues:4Issues:0

NLPSwift

NSLinguisticTagger provides a uniform interface to a variety of natural language processing functionality with support for many different languages and scripts. One can use this class to segment natural language text into paragraphs , sentences, or words and tag information about those segments such as parts of speech, lexical class, lemma!

FBClone

This project is a clone of FB News Feed.

Language:SwiftStargazers:51Issues:3Issues:0

VKLocalNotifications

This project covers all the requried code to trigger UILocalNotifications. It can be helpful when you want to trigger a Push Notification when a user reaches a particular location. Does not need internet connection.

Language:SwiftStargazers:50Issues:2Issues:0

ExpandingCollectionView

This project covers adding a fancy expanding cell to UICollectionView, several auto layout-based labels, subtle parallax effects, and fading transitions to a standard Collection View. Written in Latest Swift Syntax. Converted from Swift2 to Swift3 (Source: https://www.raywenderlich.com)

UIViewAnimationsHandbook

This project takes up all the available UIView animations in Swift4. Each type animation added with an example and expected result in the form of GIF. A glimpse at README would give you a better idea. Do give a star if you like the work.

Language:SwiftStargazers:43Issues:7Issues:0

CaffeToCoreML

There are a lot of tutorials/ open source projects on how to use Vision and CoreML frameworks for Object Detection in real world using iOS apps using .mlmodels given by Apple. But seldom in reality, do we get a .mlmodel available suiting our use case. Here, I took up a Caffe model for the Oxford 102 flower dataset, which was converted to CoreML model using coremltools python package.

FacialContour

The facial detection API allows us to not only detect faces & facial features but also check those faces for particular properties such as if a smile is present or eyes are open etc. This is a simple app that recognizes a face in a photo and highlights it with a box. Also, it captures facial features like eyes, nose, lips, ears etc. All written i Swift4.

Language:SwiftStargazers:41Issues:3Issues:0

BasketBallARKit

Hello Everyone, This project talks about basics of ARKit introduced by Apple in iOS11. Please note that ARKit is only capable wih devices which use A9, A10, A11 chips .It shows how to build a basic BasketBall app using ARKit. All written in Swift4.

Language:SwiftStargazers:40Issues:3Issues:0

CoreDataSwift4

This Project implements CoreData in Swift4 with a lot reduction in boilerplate code, using a UITableView with NSFetchedResultsController along with CRUD operations and Batch Updates

Language:SwiftStargazers:39Issues:4Issues:0

CustomTabBarYouTube

This project covers: 1) UICollectionViewFlowLayout with all the auto-layout constraints added programatically 2) How to build custom tab bar as seen in YouTube app 3) URL session integration to build feed for Home screen. All written in Latest Swift 3 syntax following MVC pattern, re-usable code methodologies, extensions etc.Converted from Swift2 (Source: https://www.letsbuildthatapp.com) to Swift3.

PeekAndPopExtension

This project covers how to use 3D Touch to implement peek and pop using Custom Presentation Controllers. It also shows how to add a Today Extension to the project. All written in Swift4 using MVC pattern keeping code reusability and optimisation in mind.

HitAndScore

Sprite Kit is an exciting new framework for making 2D games that comes built-in to iOS. This project serves as an introduction to Sprite Kit where we build a small clone of Super Mario. Looking at the screenshots would give a better idea of what this project is about. All written in Swift4.

Language:SwiftStargazers:32Issues:2Issues:0

VKSentimentAnalysis

This project is a demo on using CoreML framework for sentiment analysis of text. .mlmodel was developed from Scikit-learn Pipeline using coremltools python package. More details here : https://developer.apple.com/documentation/coreml/converting_trained_models_to_core_ml

VKProgressHud

Hey All! As it is obvious from the GIF, this project is a LoadingIndicator based on CoreAnimation.

VKTableView

Hi! I was working on an app where I had to show information about 10-12 different entities and each entity details are to be shown in a UICollectionView. Thought of adding some fancy element and I came up with this project. Would love your feedback. Please have a look at GIF attached to have a better idea of what I have come up with. Swift4.

Language:SwiftStargazers:30Issues:3Issues:0

BackgroundCoreData

This Project looks like nothing in the UI but it covers an important and complex topic in CoreData , i.e, writing data to Database in background thread so that UI does not get blocked. It uses Swift4 with a lot of reduction in boilerplate code. It also implements using a single managedobjectcontext.

Language:SwiftStargazers:29Issues:2Issues:0

VKProgreePie

his project is a plug and play - Customisable Live Rendering Radial Progress Indicator. All written in Swift4 latest syntax. Based on CoreAnimation framework. One can use either Storyboard or code to customise: 1) Background image of Indicator 2) Color of Indicator 3) Background colour of Indicator View 4) Show/ hide percent text 5) Customise Percent text label 6) Show/ hide background image of Indicator View

Language:SwiftStargazers:29Issues:2Issues:0

VKStackImageView

This project uses CoreAnimation to mimic StackView from iOS. I have used UIImageView as the Base View for Stack.

expandableCellScroll

This project shows how to develop expandable cells in a UITableView. Each cell in turn consists of a UIScrollView and a UIImageView background. Data is fetched via an API call. Developed in Latest Swift syntax with Auto-layout constraints enabled.

FakeFBWall

This is a fun app to generate fake facebook wall. All the fields visible on the screen are editable. Screenshots attached for better understanding of the app. Code written in Swift 4.

Language:SwiftStargazers:27Issues:6Issues:0

SwiftExpandingFlickr

This is a project showing how to fetch huge chunk of images via API and put them in a nice UICollectionView with parallax effect. It also covers adding a fancy expanding cell to UICollectionView, several auto layout-based labels, subtle parallax effects, and fading transitions to a standard Collection View. Written in Swift 3 Syntax.

Language:SwiftStargazers:25Issues:0Issues:0

CollectionViewSearchSwift

A simple project mainly focussing on Implementation of search in UICollectionView. Also lets you know about arranging UICollectionView Cells, their spacing, co-ordinates and arrangement based on different screen sizes.

Language:SwiftStargazers:24Issues:3Issues:0

CoreDataSearch

This is a simple project which shows basics of Search on Core data . You can add, load, delete and make a search on the items added in a UICollectionView. Developed in Latest Swift 3 syntax.

Language:SwiftStargazers:21Issues:3Issues:0

FirebaseChatRoom

This application shows how to build (in Swift4) a simple Chat room where users can register, login, send messages to other users etc using Firebase. If you are a developer who has got an interesting idea but could not find a backend developer to take the idea to a product level, then do check out this project as an introductory course to Firebase. Trust me, Firebase is the best when it comes to Backend As Service.

FlatPressButton

Flat design clickable buttons. All code written in latest Swift4 syntax.

Language:SwiftStargazers:19Issues:2Issues:0