sharathsrini
🤖 Robotics Engineer | 🧠 Deep Learning Enthusiast | 🌐 5G & Autonomous Systems Let's collaborate and innovate in the world of autonomous systems and robot
@infosysDüsseldorf, Germany
Pinned Repositories
Advance-Lane-Detection
An Algorithm to detect the Lane by a autonomous car using image processing such as Sobel, Threshold and Hough Transform. the ROI is fit by calculating the radius of curvature by choosing three points on the lane and fittting a second order polynomial
Behavioral-Clonning
This repository contains starting files for the Behavioral Cloning Project. In this project, you will use what you've learned about deep neural networks and convolutional neural networks to clone driving behavior. You will train, validate and test a model using Keras. The model will output a steering angle to an autonomous vehicle. We have provided a simulator where you can steer a car around a track for data collection. You'll use image data and steering angles to train a neural network and then use this model to drive the car autonomously around the track. We also want you to create a detailed writeup of the project. Check out the writeup template for this project and use it as a starting point for creating your own writeup. The writeup can be either a markdown file or a pdf document. To meet specifications, the project will require submitting five files: model.py (script used to create and train the model) drive.py (script to drive the car - feel free to modify this file) model.h5 (a trained Keras model) a report writeup file (either markdown or pdf) video.mp4 (a video recording of your vehicle driving autonomously around the track for at least one full lap) This README file describes how to output the video in the "Details About Files In This Directory" section.
D-id_Streaming_Chatgpt
GenAI with Avatar
Extended-Kalman-Filter-for-Sensor-Fusion
Extended Kalman Filters Are useful when there is an Non Linearity in the su=ystem and the estimation/prediction and measurement step requires a Jacobian matrix( first Derivative in the Taylor Series) is required to transform and work optimally.
Kalman-Filter-for-Sensor-Fusion
A Sensor Fusion Algorithm that can predict a State Estimate and Update if it is uncertain
Particle-Filter
A Particle Filter algorithm which could be used to localize an autonomous system such as a UAV or a self-driving car.
Semantic-Segmentation-for-Kitti-Dataset
Traffic-Sign-Classifier
This is a Classifier Algorithm that can classify German Traffic-Signs. It uses the good old convolution network inspired by the Nvidia Model used in their self-driving car.
Unscented-Kalman-Filter-for-Sensor-Fusion
Unscented Kalman Filter Project.The project "unscented Kalman filter" is based on the same structure as the extended Kalman filter. It uses a main file that calls a function called Process Measurement. Anything important happens in this function. The function is part of the class ukf.
Vehicle-Detection
This Algorithm could help us detect and classify the vehicle on road. It implements an SVM in the backend to classify the Vehicle and non-Vehicle objects on the road. It also uses various color spaces and Hog channels to extract the features
sharathsrini's Repositories
sharathsrini/Kalman-Filter-for-Sensor-Fusion
A Sensor Fusion Algorithm that can predict a State Estimate and Update if it is uncertain
sharathsrini/Particle-Filter
A Particle Filter algorithm which could be used to localize an autonomous system such as a UAV or a self-driving car.
sharathsrini/Semantic-Segmentation-for-Kitti-Dataset
sharathsrini/Traffic-Sign-Classifier
This is a Classifier Algorithm that can classify German Traffic-Signs. It uses the good old convolution network inspired by the Nvidia Model used in their self-driving car.
sharathsrini/Extended-Kalman-Filter-for-Sensor-Fusion
Extended Kalman Filters Are useful when there is an Non Linearity in the su=ystem and the estimation/prediction and measurement step requires a Jacobian matrix( first Derivative in the Taylor Series) is required to transform and work optimally.
sharathsrini/Advance-Lane-Detection
An Algorithm to detect the Lane by a autonomous car using image processing such as Sobel, Threshold and Hough Transform. the ROI is fit by calculating the radius of curvature by choosing three points on the lane and fittting a second order polynomial
sharathsrini/Behavioral-Clonning
This repository contains starting files for the Behavioral Cloning Project. In this project, you will use what you've learned about deep neural networks and convolutional neural networks to clone driving behavior. You will train, validate and test a model using Keras. The model will output a steering angle to an autonomous vehicle. We have provided a simulator where you can steer a car around a track for data collection. You'll use image data and steering angles to train a neural network and then use this model to drive the car autonomously around the track. We also want you to create a detailed writeup of the project. Check out the writeup template for this project and use it as a starting point for creating your own writeup. The writeup can be either a markdown file or a pdf document. To meet specifications, the project will require submitting five files: model.py (script used to create and train the model) drive.py (script to drive the car - feel free to modify this file) model.h5 (a trained Keras model) a report writeup file (either markdown or pdf) video.mp4 (a video recording of your vehicle driving autonomously around the track for at least one full lap) This README file describes how to output the video in the "Details About Files In This Directory" section.
sharathsrini/D-id_Streaming_Chatgpt
GenAI with Avatar
sharathsrini/GPS_to_Local_Coordinates
GPS coordinates to Local Coordinates Conversion
sharathsrini/Time-Series-Analysis
This is the first topic as I start my quest to learn Machine Learning. This Repository contains Time series Analysis and Forecasting
sharathsrini/Unscented-Kalman-Filter-for-Sensor-Fusion
Unscented Kalman Filter Project.The project "unscented Kalman filter" is based on the same structure as the extended Kalman filter. It uses a main file that calls a function called Process Measurement. Anything important happens in this function. The function is part of the class ukf.
sharathsrini/All-About-Filters
sharathsrini/BlockChain-Resources
sharathsrini/Capstone-Project
sharathsrini/CarND-Path-Planning-Project
Create a path planner that is able to navigate a car safely around a virtual highway
sharathsrini/Engineer-s-Day
sharathsrini/Expirements
sharathsrini/Functional-Safety-
sharathsrini/Hackathon
sharathsrini/Human-Protein-Atlas
sharathsrini/I-m-Here
sharathsrini/Model-Predictive-Control
CarND Term 2 Model Predictive Control (MPC) Project
sharathsrini/Path-Planning-For-Autonomous-Vehicles
sharathsrini/PID-Control
sharathsrini/Pytorch_Projects
A playground containig various use cases of deep learnong such as style-transfer, Logistic Regression, etc
sharathsrini/results
sharathsrini/Self-Driving-Car---Revision
sharathsrini/Semantic-Segmentation-for-Roads
sharathsrini/sharathsrini.github.io
A website for my repository
sharathsrini/Transformation-and-Rotations
A playground for Coordinate transformations.