Machine learning project for a driverless vehicle using TensorFlow
Install Anaconda
conda env create -f environment.yml
For Linux
source activate keras
For Windows
activate keras
Start the training
python train_keras.py
This project is licensed under the MIT License - see the LICENSE.md file for details