Skip to content

Autopilot written in Keras for Self Driving Cars

Notifications You must be signed in to change notification settings

superstringer/selfdrive

 
 

Repository files navigation

Self-Driving-Car-Keras

Autopilot written in Keras for Self Driving Cars.

Demo

Youtube video goes live soon.

Download the data:

./get_data.sh # Downloads the driving data. Around 2.2GB

if you are on windows, you can download it from here.

How to run:

python3 load_data.py # converts data into proper format for training.
python3 train_model.py # You can train the model on your own, or use my pretrained one. And skip this step
python app.py # Evaluates the model. You can now use a driving video from youtube or record it yourself. Put the path to the video in app.py line 28.

Credits:

If anything is unclear, just hit me up.

About

Autopilot written in Keras for Self Driving Cars

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.1%
  • Shell 4.9%