AasaiAlangaram
Automotive Embedded Software Engineer.Self Research in ML,DL,Robotics,Self Driving Cars.Like to Automate Everything. Want to create Robots that help Mankind~
Mercedes Benz India
Pinned Repositories
4-Way-Traffic-Signal-Project-
In this project 4-way traffic signal is implemented and the waiting time for each signal is 10seconds.
A-to-Z-Resources-for-Students
Curated list of resources for college students
Arduino-Elecfreaks-CAN-Shield
This repository helps you to use Elecfreaks CAN Shield.
Arduino-Python-PYQT5-Serial-Communication
Read Sensor Data using arduino adc ports and Print them in Python PyQt Panel
Automotive-Embedded-Questions
This repo gives you some ideas about what questions you may expect during the interview.
OpenCV-Lane-Follower-Robot
Using OpenCV to process input frames and output a command to robot.
PIC-MCU-Interface-Programs
This repo contain all peripheral interface with pic16f877a
PySecOC
SecOC Simulation using Python
Python-LIN-Diagnostic-Tool
One can use this project to build their own LIN Analyzer.
TensorFlow.js-Digit-recognition-using-Webcam
build a complete web site that uses TensorFlow.js, capturing data from the web cam, and re-training mobilenet to recognize One, Two & Three gestures.
AasaiAlangaram's Repositories
AasaiAlangaram/4-Way-Traffic-Signal-Project-
In this project 4-way traffic signal is implemented and the waiting time for each signal is 10seconds.
AasaiAlangaram/A-to-Z-Resources-for-Students
Curated list of resources for college students
AasaiAlangaram/AutoRCCar
OpenCV Python Neural Network Autonomous RC Car
AasaiAlangaram/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
AasaiAlangaram/python-can
The can package provides controller area network support for Python developers
AasaiAlangaram/python-uds
A uds library for python
AasaiAlangaram/tech-interview-handbook
💯 Materials to help you rock your next coding interview
AasaiAlangaram/100-Days-Of-ML-Code
100 Days of ML Coding
AasaiAlangaram/awesome-project-ideas
Curated list of Machine Learning, NLP, Vision, Recommender Systems Project Ideas
AasaiAlangaram/CAN_BUS_Shield
CAN Bus Shield - MCP2515&MCP2551
AasaiAlangaram/Computer-Vision-Exercises
Investigating OpenCV capabilities
AasaiAlangaram/Deep_Learning-With-PyTorch
Deep Learning & Neural Networks with PyTorch and Python
AasaiAlangaram/practical-machine-learning-with-python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
AasaiAlangaram/Python
All Algorithms implemented in Python
AasaiAlangaram/Traffic-Survalance-with-Computer-Vision-and-Deep-Learning
The system takes video footage of a highway as input and provides statistics like the count of vehicles and an average estimated speed of vehicles on the highway. The statistics provided by the system can have many applications. Like, pricing the billboards on a highway for advertisement, higher the count of vehicles, higher the price. Moreover, the government can use this statistic to know how many vehicles are entering a city each day. The system internally uses YOLO object detection algorithm for vehicle detection, followed by, Centroid Tracking algorithm for tracking the detected vehicles.