Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit-Chowdhury21 committed May 26, 2023
1 parent 996dd63 commit 7b96a3c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ Here we use the OpenCV library to detect and recognize number plates, and the Te



#### Step 1: Installing OpenCV in Raspberry Pi 3
### Step 1: Installing OpenCV in Raspberry Pi 3
Here OpenCV library is used to detect and recognize faces. To install the OpenCV, first, update the Raspberry Pi.

### sudo apt-get update
#### sudo apt-get update

Then use the following commands to install the required dependencies for installing OpenCV on your Raspberry Pi.
### sudo apt-get install libhdf5-dev -y
### sudo apt-get install libhdf5-serial-dev –y
### sudo apt-get install libatlas-base-dev –y
### sudo apt-get install libjasper-dev -y
### sudo apt-get install libqtgui4 –y
### sudo apt-get install libqt4-test –y
#### sudo apt-get install libhdf5-dev -y
#### sudo apt-get install libhdf5-serial-dev –y
#### sudo apt-get install libatlas-base-dev –y
#### sudo apt-get install libjasper-dev -y
#### sudo apt-get install libqtgui4 –y
#### sudo apt-get install libqt4-test –y


After that, use the below command to install the OpenCV on your Raspberry Pi.
Expand Down

0 comments on commit 7b96a3c

Please sign in to comment.