Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deepraj1729/self-driving-cars

Simulating a Self-Driving Car with basics of Deep Learning and Computer Vision
https://github.com/deepraj1729/self-driving-cars

ai algorithms artificial-intelligence behavioral-cloning classification deep-learning google-colaboratory keras-tensorflow lane-lines-detection neural-networks opencv opencv-python polynomial-regression self-driving-car tensorflow udacity-nanodegree udacity-self-driving-car

Last synced: 3 days ago
JSON representation

Simulating a Self-Driving Car with basics of Deep Learning and Computer Vision

Awesome Lists containing this project

README

        

# Self-Driving-Cars
Creating `Autonomous cars` and simulations from basics of `Deep Learning` and `Computer Vision`.

# Topics:
- `Lane-Line Detection`
- `Traffic Signs Recognition System`
- `Polymomial Regression with Deep Learning`
- `Behavioural Cloning (Final project)`

# Lane-Line Detection:
### Animated GIF of Output video
![gif](Lane-Line-Detection/lane_lines.gif)

# Traffic Signs Recognition System:
### Original Images:
![traffic1](Traffic_Sign_Recognition/test_images/testing_image.png)

### Preprocessed Images:
![traffic2](Traffic_Sign_Recognition/test_images/preprocessed_img.png)

# Polynomial Regression with Deep Learning:
![poly](Polynomial%20Regression/img/poly_fitting.png)

# Behavioural Cloning:
### Self-Driving Car Simulation powered by Udacity
![gif](Behavioural%20Cloning/Testing_car/testing_images/self_driving_car.gif)

## References:
- [The Complete Self-Driving Car Course- Applied Deep Learning (Udemy)](https://www.udemy.com/course/applied-deep-learningtm-the-complete-self-driving-car-course)
- [Tensorflow.org](https://www.tensorflow.org)
- [Stackoverflow](https://www.stackoverflow.com)
- [StackExchange](https://stackexchange.com)
- [Github Forums](https://github.com/topics/forums)
- [OpenCV.org](https://opencv.org)
- [PyPi.org](https://pypi.org)