Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

This was my first attempt at creating a self driving car using OpenCV and Tensor Flow. The idea was to control a remotecontrol car with an arduino which recieved instructions for a netbook which took camera inputs and used OpenCV to make driving decitions.

License

Notifications You must be signed in to change notification settings

stephensamonte/Arduino-TensorFlow-Android-SelfDrivingCar

Repository files navigation

Arduino-TensorFlow-Android-SelfDrivingCar

This is a bit of a hectic project that I did in the past.

Project can be found here: https://stephen-tan-website.firebaseapp.com/self-driving-rc.html

The original plan was to control a remote control car via an onboard Arduino Microcontroller wchich recieved instructions via a computer connected via USB. The computer would use its camera and OpenCV Image Classification trained on detecting left, right, stright, reverse driving directions.

I did not have success in using OpenCV's classifier. I got so frustrated that I abandoned OpenCV. I remember the OpenCV Documentation being very non-user firendly. So, I moved on to using TensorFlow which I had some familiarity with on Android. I started figuring out and testing how to send the microcontroller commands from and Android device which is why there is an Android Project on this repository.

Side note:

  • I uploaded this project which I abandoned 2 years ago. I started this project December 2016 and abandoned it May 2017. I learned a lot from it.

Journal

The Base of the Project was adapted from a Tensorflow Image Recognition Android Applicaiton:

Link Referenced:

http://nilhcem.com/android/custom-tensorflow-classifier

About

This was my first attempt at creating a self driving car using OpenCV and Tensor Flow. The idea was to control a remotecontrol car with an arduino which recieved instructions for a netbook which took camera inputs and used OpenCV to make driving decitions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages