⚡ Find your parking spot with ease ⚡️️️
This project aims to create a model that detects whether a parking space is occupied or not. It's designed for situations where a user is in front of a parking lot, presses a button, and then a camera takes a photo for analysis. The system then provides instructions on where the user should park.
Thanks to Cookie Cutter
To set up this project:
- Clone the repository.
- Install dependencies using
pip install -r requirements.txt
from the root directory. - Start the app with flask
flask --app app run
from the src/backend directory. - Profit 💰
This project is built with Python 3.9.1.