Skip to content

PrEEtPatEl44/CarSimProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Video

Watch the simulation: Self-Driving Car Simulation Video

Note: The video uses the modelv16.h5 model which is also the final submission model for this project.

Data Analysis & Model Performance

Steering Angle Distribution

The project includes data preprocessing to balance the steering angle distribution, reducing bias towards straight driving:

Before Preprocessing: Steering Angle Distribution Before

After Preprocessing: Steering Angle Distribution After

Model Training Results

Model loss curve (models/modelv16.h5)

Model Loss Curve

Setup Environment

  1. Clone the repository

    git clone https://github.com/PrEEtPatEl44/CarSimProject.git
    cd CarSimProject
  2. Create conda environment

    conda create --name car-sim --file package_list.txt
    conda activate car-sim

About

This repository implements a self-driving car simulation using deep learning in Python. It covers the full workflow from data preprocessing and image augmentation to training a convolutional neural network to predict steering angles from camera images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages