Pinned Repositories
2-D-Kalman-Filter
2-D Kalman Filter for Tracking a randomly moving object
500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code
500 AI Machine learning Deep learning Computer vision NLP Projects with code
Ball_Tracking
Tracks trajectory of a ball using OpenCV and Kalman Filters
BallTracker
Kalman filter for state estimation, OpenCV for tracking. Can track live webcam feed and video (pretty well, depending on video).
CNN_Classification_Keras
Implemented cat and dog classifier using Keras module in python
complementary_filter
davidbot_humanoid
EagleEye
Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search.
EROS
EROS (EEPIS Robot Soccer)
Kalman-Filter-Python-for-mpu6050
This is Kalman filter algorithm written in python language used to calculate the angle, rate and bias from the input of an accelerometer/magnetometer and a gyroscope from MPU6050 using Raspberry pi or any controller that can interpret python.
sairisolikh's Repositories
sairisolikh/gstreamer_pocketsphinx_demo
Demo of pocketsphinx working with gstreamer 0.10 in python 2.7
sairisolikh/GyroAcceKF
Herein lies code for estimating the orientation of a gyroscope and accelerometer using a Kalman filter. An Arduino sends the sensor measurements through a serial port to a Python program that implements the filter.