ASHIS LAHA (@ashislaha)
  • Stars
    star
    258
  • Global Rank 98,737 (Top 4 %)
  • Followers 56
  • Following 7
  • Registered over 9 years ago
  • Most used languages
    Swift
    84.0 %
    Objective-C
    8.0 %
    Python
    8.0 %
  • Location πŸ‡ΊπŸ‡Έ United States
  • Country Total Rank 25,060
  • Country Ranking
    Swift
    618
    Objective-C
    1,992

Top repositories

1

Shape-Detection-in-AR

Detect the shape of drawing objects (classes - line, triangle, rectangle, pentagon, Hexagon, circle) and draw in Augmented Reality.
Swift
59
star
2

Route-Direction-in-AR

Adding the Feature "Real World Path Direction" by tapping on Map. GoogleMap will give us the direction to that location from user location then click on "ARView" & you will get the real-world path direction. Also added "Reachability" for finding path in Google map. -- Also added .mlmodel for car-detection. Initially trained the model using Convolutional Neural Network in TensorFlow, then convert the .h5 output into .mlmodel. Use it in the application. please check : https://github.com/ashislaha/CarDetection-Keras & https://github.com/ashislaha/CarDetection-iOS for more details how to train a model. -- In ARFrame generates capturedImage which is the input to .mlmodel for detecting that car is present in the image or not. -- This project combines both ARKit & CoreML.
Swift
39
star
3

Swift-ObjectiveC-Interoperability

Let's discover how to create a project where both swift and objective c class resides with each other. We will discuss more advanced by creating swift and objective c static library and how they can interact with each other.
Objective-C
30
star
4

NLP-based-Store-assistant-with-AR

Let's create a generic template how AR(Augmented Reality) and NLP(Natural Language Processing) can be applied to Retail market to leverage the maximum benefits to customer like Offers, finding items in your shopping list, creating the shopping list using NLP based system, getting offers from assistant, showing the navigation path in AR etc
Swift
24
star
5

CarDetection-Keras

"Car Detection" is trained in Keras using Tensorflow as back-end. It's taking an image as input & gives a binary decision whether a car is present in the image or not.
Python
20
star
6

DrawingCanvas

Let's create a Drawing Canvas for Kids and anyone who loves to draw. The project supports both iPad and iPhone with all version and all kinds of orientation.
Swift
14
star
7

LocalAuthentication

Using Face ID and Touch ID, the iOS app can authorize your identity and send the log in information to the back-end without any user interaction with the app. This is one of the most secure way to identify the user. Let's see how to implement it.
Swift
14
star
8

ARDemo

Create an AR Project with ARKit. Explored Tracking, Plane Detection, Hit Testing, Light Estimation, SCNNode Rendering etc.
Swift
11
star
9

CarDetection-iOS

Using the .mlmodel in Xcode, that .mlmodel is converted from Keras / TensorFlow output. Please check https://github.com/ashislaha/CarDetection-Keras .
Swift
11
star
10

superCart

Let's solve "Basket building" problem in Groceries e-commerce. Help and understand the customer to create better basket.
Swift
5
star
11

Learn-iOS

Let's begin to learn iOS. We will explore the basics of iOS Technology. Like - Auto-layout, ARC, View, ViewControllers, Animations , Design Patterns, frameworks etc..
Swift
5
star
12

Explore-Reactive-Programming

Let's Explore Reactive Programming. (RxSwift and RxCocoa)
Swift
3
star
13

DS-ALGO-in-swift

Solving DS-ALGO problems using swift language in play-ground. Problems regarding on Tree, Graph, Linked-list, Greedy-Algo, Dynamic Programming , ARC handling etc...
Swift
3
star
14

9-Pebbles

9-Pebbles : Description : This is very simple game played by 2 players. You can play offline 2 players or play with Computer. Initially 9 pebbles are given to both player. Aim is to create a Straight Line either Horizontally or Vertically. When a Straight line is created, you claim a pebble from Opposition that must not belongs to a Straight line. When all pebbles are placed on desk, single movements starts. You will get 4 options "Left"/"Right"/"Top"/"Bottom" to move your pebble to create a Straight line. When you claim all pebbles from opposition then you will win the game. I added "Online" feature for simple conversation with online users. But for that, you have to login with your google account. Enjoy :-)
Swift
3
star
15

MQTT-in-iOS

Here I am demonstrating how MQTT works in ios. What is basic concepts of Internet of Thing(IoT) and its protocols. Etc..
Swift
2
star
16

StretchyHeaderAnimation

Let create a cool animation effect on Product details page. While the user scroll down, the header will get bigger with visual effect.
Swift
2
star
17

todo-with-siri-shortcut

let's create a small project of TODO list with limited set of operations to explore Siri Shortcuts.
Swift
2
star
18

BabyPink

A basic template for e-commerce page where you will get a log in page, product list view, product selection category, product details page, making a product as your favourite product etc.
Swift
2
star
19

FaceDirectionRecognition-using-ANN

Determine FaceDirection with help of Artificial Neural Network (ANN). This is one of the good Machine Learning approach where it's demonstrated how ANN has been trained with training examples. I used back-propagation algorithm. For Image , use few image processing tools like Noise reduction (using Gaussain Filter), Edge detection (using Canny Algo) for better performance.
Swift
2
star
20

DigitRecognition

This is a Machine Learning project based on Convolutional Neural Network (CNN) & Dense Neural Network(DNN). I trained the model using MNIST data-set and used TensorFlow as a training back-end. Used mostly Keras ( wrapper of Tensorflow) to get the HDF5 output. Then convert the .h5 file into .mlmodel which can be used in xcode.
Swift
2
star
21

Custom-Progress-Bar

Create a Custom Progress Bar using ShapeLayer.
Swift
1
star
22

Let-s-learn-server-side-coding

Learn (1). how to crate a local server with mysql database (2). host it into cloud using heroku webservice (3). Consume the web-service using iOS application.
Swift
1
star
23

FrameWorkCreationAndDistribution

Basic Concepts about iOS Frameworks : How to create framework ? How to distribute your framework ? How to update your framework after modifying the functionality ?
Objective-C
1
star
24

BackgroundTaskWithNotificationManagement

This project will help you to understand how we can schedule a background task for an iOS app. It is really useful to fetch the feed data behind when the app is not live and give immense pleasure to the user to get the latest content immediately. I am trying to solve a use-case where we can schedule multiple local notification using BGTask.
Swift
1
star
25

FaceIdentification_Generic_Approach_For_Authentication

Step 1 : Register your Face : A. Take a video of few seconds of your face. B. Create samples of images from Video to train Convolutional Neural Network. C. Train the model with those images (class = 'YES') and some images that is not your face (class = 'NO') D. Convert the model output (.h5) into .mlmodel E. import it into your Xcode for Production. Step 2 : Next Time while log in A. Take image from Camera B. Give the image to CNN for calssification. C. If it's you then "Successful Log in" D. Other-wise show some pop-up like "It's not you"
Python
1
star