https://github.com/youhaveme9/number-plate-detection
pytorch
https://github.com/youhaveme9/number-plate-detection
Last synced: 5 days ago
JSON representation
pytorch
- Host: GitHub
- URL: https://github.com/youhaveme9/number-plate-detection
- Owner: youhaveme9
- Created: 2023-03-20T19:20:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T19:38:48.000Z (over 2 years ago)
- Last Synced: 2025-10-04T02:58:12.827Z (6 days ago)
- Language: Python
- Size: 24.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# License Plate number detection and notification system
For ethos 2022 IIT Guwahati## How to run on local system?
1. Clone the repo
```git
git clone https://github.com/Roshaen/detection-notification-sns-processing.git
```2. Create virtual enviroment
```bash
python -m venv env
```
```bash
source env/bin/activate
```3. Install required dependencies
```bash
pip install -r requirements.txt
```4. Clone yolov5 repo and install dependencies
```bash
git clone https://github.com/ultralytics/yolov5.git
cd yolov5
pip install -r requirements.txt
cd ..
```5. Add pytesseract to the system path
Refer this link - https://pypi.org/project/pytesseract for pytesseract installation
6. Run main.py
```bash
python3 main.py
```