CARSpace is an innovative solution aimed at revolutionizing parking management by effectively quantifying total cars and available parking spaces within a parking lot. This is achieved through the application of advanced image processing techniques, resulting in a cost-effective sensor solution.
-
Quantification of Parking Spaces: Utilizing Python and libraries such as OpenCV and CVzone, CARSpace accurately quantifies the total number of cars present in a parking lot and determines the availability of parking spaces in real-time.
-
Cost-Effective Solution: By leveraging basic image processing techniques, CARSpace significantly reduces the overall cost of implementing parking sensors compared to traditional methods.
-
User Interface: To enhance usability and streamline the development process, CARSpace incorporates a user-friendly interface created using advanced libraries including CVzone and PyQt5. This allows for easy interaction and seamless integration with existing parking management systems.
To use CARSpace, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/your-username/CARSpace.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python ui.py
Upon running the application, you will be presented with the CARSpace user interface. Simply follow the on-screen instructions to input the necessary parameters and analyze parking space availability.
Contributions to CARSpace are welcome! If you would like to contribute, please follow these guidelines:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any inquiries or support regarding CARSpace, feel free to contact us at [email protected].
Thank you for using CARSpace! We hope it helps revolutionize your parking management experience.