Skip to content

Commit 6dbddcb

Browse files
Update README.md
1 parent 44d48a9 commit 6dbddcb

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenCv Tutorial
22

3-
<img align="right" src="./Media/opencv-logo-white.png">
3+
<img align="right" src="Media/opencv-logo-white.png">
44

55
- [OpenCv Tutorial](#opencv-tutorial)
66
- [Introduction](#introduction)
@@ -24,7 +24,7 @@ OpenCV is a cross-platform library using which we can develop real-time computer
2424

2525
Create virtual envionment with `pipenv`.
2626
```bash
27-
pip install pipenv #only for one time
27+
python -m pip install pipenv
2828
pipenv install -r requirements.txt
2929
pipenv shell
3030
```
@@ -36,7 +36,7 @@ Computer vision allows the computer to perform the same kind of tasks as humans
3636
- Object Classification - In the object classification, we train a model on a dataset of particular objects, and the model classifies new objects as belonging to one or more of your training categories.
3737
- Object Identification - In the object identification, our model will identify a particular instance of an object - for example, parsing two faces in an image and tagging one as Virat Kohli and other one as Rohit Sharma.
3838

39-
<img height="400px" width="600px" src="./Media/face-detected.jpeg">
39+
<img height="400px" width="600px" src="Media/face-detected.jpeg">
4040

4141
## Support
4242

@@ -58,7 +58,15 @@ Perform basic troubleshooting steps:
5858

5959
## Authors and acknowledgment
6060

61-
Show your appreciation to those who have contributed to the project.
61+
- [Deepak Raj](https://github.com/codePerfectPlus)
62+
- [Pranjalmishra30](https://github.com/Pranjalmishra30)
63+
- [GloriousMusketeer](https://github.com/GloriousMusketeer)
64+
- [bislara](https://github.com/bislara)
65+
- [its-harshil](https://github.com/its-harshil)
66+
- [farhan0syakir](https://github.com/farhan0syakir)
67+
- [harshit-saraswat](https://github.com/harshit-saraswat)
68+
69+
[...](https://github.com/codePerfectPlus/OpenCv-tutorial/graphs/contributors)
6270

6371
## License
6472

@@ -69,7 +77,6 @@ For open source projects,Under MIT License.
6977
## Author
7078

7179
- Project : OpenCv Tutorial
72-
- Author : Py-Contributors
7380
- Language : Python
7481
- Github : <https://github.com/codePerfectPlus>
7582
- Website : <http://codeperfectplus.github.io>

0 commit comments

Comments
 (0)