Git Product home page Git Product logo

smart-car-parking-system's Introduction

Smart Car Parking System using Deep Learning

  • Data Contains datasets colllected and created. Required to run the CNNs
  • Deep Learning Contains python notebooks demostrating the appication of vgg16, vgg19, resnet50 and inception_v3 to identify empty car parking spots
  • Preprocessing Contains scripts to aquire and modifies the datasets to allow machine learning, it contains information on how to run each script.

Instalation

Prerequist for theono:

  • conda install numpy scipy mkl nose sphinx pydot-ng

  • Install theano using commond: conda install theano pygpu else try: conda install -c conda-forge theano

  • Install Keras: conda install -c conda-forge keras else try: conda install -c anaconda keras

  • setting hyperprameters for theano: Find the default ".theanorc.txt" file created on your system at install time. Replace its contents by the ".theanorc.txt" file in artifacts Note: I ran into problems because theano want able to detect where nvidia and cuda drivers where installed, I have commented out my local paths if you run into issue with drivers not found you will have to give the location of the drivers manully in the file.

  • Setting hyperprameters for keras: Find the folder .keras it will contain a file keras.json Replace it with the file provided in folder artefacts

Running

Python notebook:

  • Run python notebook using command: jupyter notebook

  • This will start a local server. If a web browser in not opened automaticly type this address in web browers: localhost:8888

  • If this donst work check bash where you entered the commond it will tell you the address of the local server and the port.

  • Either copy+paste the notebooks in the directory that has been opened. You will have to figure out the folder location on you system judging by the files that you could see. Else change the default folder opened by using the following command:

  • jupyter notebook --generate-config

  • A directory .jupyter/ should have created in your home with a file jupyter_notebook_config.py uncomment and edit the field c.NotebookApp.notebook_dir to the path where you want to save the python notebooks

  • Once the notebooks are opened you can view the results as they had run on my machine.

  • You can run each block of code by clicking "run cell" button Or you can run all the cells at once by clicking cell->Run all

smart-car-parking-system's People

Contributors

sheecegardezi avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.