• Stars
    star
    1
  • Language
    Kotlin
  • License
    Apache License 2.0
  • Created about 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An example code showing Google Map clustering along with custom marker views

More Repositories

1

opencv-face-recognition-python

Face Recognition using OpenCV and Python.
HTML
509
star
2

Face-Detection-OpenCV

Face detection using OpenCV and Python
HTML
159
star
3

Road-Semantic-Segmentation

Use Fully Convolutional Networks (FCNs) for classifying image pixels as (road pixel, not-road-pixel)
Python
15
star
4

Unscented-Kalman-Filter

Unscented Kalman Filter (C++) for sensor fusion of Lidar and Radar to localize a vehicle position and velocity.
C++
13
star
5

AndroidFilePickerLibrary

A light weight file picker library based on Android Storage Access Framework (SAF).
Java
11
star
6

Markov-Localization

Localize a vehicle in a given map using Markov Localization.
C++
9
star
7

Virtual-Webcam

A Virtual Webcam combined with Face Tracker for Windows.
C++
9
star
8

SimpleCircleImageView

A show case of how you can achieve a circular image with just a few lines of code and without using any 3rd party library.
Kotlin
5
star
9

OpenCV-with-tkinter-and-threading

A demo of using OpenCV with python muli-threading and Tkinter, a python GUI kit.
Jupyter Notebook
5
star
10

Hybrid-Astar-search-algorithm

A C++ implementation of hybrid A* algorithm using BFS and heuristic functions.
C++
5
star
11

Feature-Extraction-using-AlexNet

A practice of feature extraction using AlexNet.
Python
4
star
12

NameInitialsCircleImageView

A circle image view that also supports showing name initial letters with a background color like Gmail app.
Kotlin
3
star
13

advanced-lane-finding

An IPython software pipeline that identify the lane boundaries in a video.
Jupyter Notebook
3
star
14

Linux-SystemCallTable-Hooking

This a Loadable Kernel Module (LKM) for System Call Table Hooking along with a user space C++ program to communicate and control it. I coded it almost 4 years back. Just pushing it Github for a memory.
C
3
star
15

vehicle-behavior-planner

A behavior planner for highway driving
Python
2
star
16

Android-Face-Recognition

An Android Face Recognition library using NDK/JNI
Java
2
star
17

SimpleDayPicker

A simple material design week day picker just like Time and Date pickers of Android support library.
Java
2
star
18

android-chat

This repository contains code samples intended for clients/companies I want to work with.
Kotlin
2
star
19

FreshlyPressed

A show case of Hilt dependency injection and Paging3 library in a simple app that fetches paginated data from WordPress discover API.
Kotlin
2
star
20

Particle-Filter

Particle Filter (C++) combined with real map and sensor data to localize a vehicle.
C++
1
star
21

google-colab-ml-cv

ML and CV practice using Google Colab
Jupyter Notebook
1
star
22

problems-vs-algorithms

A set of 7 algorithmic problems.
Python
1
star
23

guassian-naive-bayes-classifier

A Gaussian Naive Bayes classifier to predict the behavior of vehicles on a 3 lane highway (with lanes of 4 meter width)
C++
1
star
24

Extended-Kalman-Filter

Extended Kalman Filter in C++ for Lidar and Radar Sensor Fusion.
C++
1
star
25

testing-android-applications

A showcase of how to test different parts of an Android application using automated tests.
Kotlin
1
star
26

Android-Custom-Views

A repo showing how to work with custom views in Android.
Kotlin
1
star
27

ScheduleView

A schedule view with date, time, repeat type, repeat day, number of repetitions options.
Java
1
star
28

InheritanceAndComposition-in-Cpp

Some sample projects using C++ inheritance and composition. I coded these few years back and pushing them now to Github.
C++
1
star
29

TheMovieManager

A sample app to search, favourite and watch list popular movies.
Swift
1
star
30

photo-classifier

A general photo classifier that uses iOS' MLCore and MobileNet model to classify any image. The app does this on a live video.
Swift
1
star
31

Model-Predictive-Control

Model Predictive Control to drive the vehicle around the track even with additional latency between commands.
C++
1
star
32

Kotlin-Multiplatform-Mobile

A sample application for iOS and Android written using Kotlin Multiplatform
Kotlin
1
star
33

RecyclerView-Adapter-with-Header-Footer

A simple abstract implementation that can be easily extended to add header and footer support to your RecyclerView.
Java
1
star
34

vehicle-highway-path-planner

A path planner that is able to create smooth, safe paths for the car to follow along a 3 lane highway with traffic.
C++
1
star
35

data-structures-and-algorithms

A repo containing some common data structures and algorithms written in Python. This repo is for my own practice.
Python
1
star
36

traffic-sign-classifier

A Convolutional Neural Network based on LeNet-5 CNN to classify traffic signs using TensorFlow
Jupyter Notebook
1
star
37

On-the-Map

An iOS designed for Udacity students. A student can search for a location, add pin along with link to his/her profile page on the maps.
Swift
1
star
38

informramiz

Hey there
1
star
39

informramiz.github.io

Welcome to RR's digital life!
CSS
1
star
40

NASA-NearEarth-Objects-Radar

NASA NeoWs (Near Earth Object Web Service) is a RESTful web service for near earth Asteroid information. With NeoWs a user can: search for Asteroids based on their closest approach date to Earth, lookup a specific Asteroid with its NASA JPL small body id, as well as browse the overall data-set.
Swift
1
star
41

Cpp-Garbage-Collector

A custom version of smart pointer in C++. The goal of this repo is just learning. This code is built on top of the Udacity [code](https://github.com/udacity/CppND-Garbage-Collector)
C++
1
star
42

Android-Motion-Layout

A collection sample animations showing the motion layout in action.
Kotlin
1
star
43

Common-Cplusplus-DataStructures-Implementations

C++ implementations of common data structures (trees, BST, Heap, Stack, Queues, Linked lists etc.) and their usages.
C++
1
star