Coder Social home page Coder Social logo

parking-space-counter's Introduction

Parking-Space-Counter

Parking space counter via Image Processing with AI.

Parking Space Management Projects

This repository houses Python scripts designed for managing parking spaces through image processing techniques. They demonstrate how to count and select parking spaces within a designated area.

Projects Overview

The repository includes the following scripts:

  1. parking_space_counter.py - This script analyzes a given image of a parking lot and counts the number of available parking spaces.
  2. parking_space_picker.py - This script selects the best available parking space based on predefined criteria such as proximity to the entrance.

Each script utilizes computer vision libraries to process and analyze the visual data from parking areas.

Setup and Running the Scripts

Prerequisites

Before running the scripts, ensure that you have Python installed on your system along with the following libraries:

  • OpenCV: For image processing and computer vision tasks.
  • NumPy: For handling multi-dimensional arrays and matrices.

Installation

Clone the repository to your local machine:

git clone https://github.com/yourUsername/Parking-Space-Counter.git

Navigate to the cloned directory and install the required Python libraries using pip:

pip install opencv-python numpy

Usage

To run the parking_space_counter.py, execute the following command:

python parking_space_counter.py

To run the parking_space_picker.py, execute the following command:

python parking_space_picker.py

Libraries Used

OpenCV: Utilized for image acquisition, processing, and analysis tasks. NumPy: Employed for efficient numerical computations, particularly for array operations.

Contributing

If you have suggestions for improving the scripts, or if you want to report a bug, please open an issue or submit a pull request.

parking-space-counter's People

Contributors

ranuelyn avatar

Watchers

 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.