It aims to solve people's problems when parking their vehicles.
The automated parking system was created to solve people's problems when parking their vehicles. The project's goal is to display a single-vehicle in a specified parking place, therefore streamlining the process. This may be implemented by detecting and recognizing the license plate and keeping a parking slot database. It will also make it easier for parking lot guards to issue tokens to car owners.
Front end: React Native, Flutter
Backend: NodeJS, Python-Django/Flask
Database: MySQL
Algorithm ANPR: OpenCV, Pytesseract, NumPY, TensorFlow
Here's a brief intro about what a contributor must do in order to start developing the project further:
- Open VSCode
- Copy the given command
git clone https://github.com/upes-open/OSC-Automated-Parking_System.git
- Go to folder according to the issue you are working and save your work
git add .
- Now commit your changes
git commit -m "your message"
- Select the issue you want to work upon and then Raise your first PR to get some extra points.