ariG23498 commited on
Commit
51032aa
1 Parent(s): 4d84745

chore: redoing the readme

Browse files
Files changed (2) hide show
  1. README.md +30 -34
  2. logo.png +0 -0
README.md CHANGED
@@ -7,47 +7,43 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- ![PyImageSeach Logo](https://github.com/PyImageSearch/.github/blob/main/profile/logo.png)
11
-
12
- ## Who are we?
13
-
14
  We at PyImageSearch are a bunch of **like-minded** people with the sole purpose of making Machine Learning and Deep Learning accessible and intuitive.
15
-
16
  We create step-by-step [tutorials](https://www.pyimagesearch.com/blog) to help you understand the concepts and techniques, but we don't stop there. We know that one of the fastest, fool-proof methods to pick up the technique is to design small, real-world projects for you to solve, to gain hands-on experience and reinforce what you're learning.
17
-
18
- ## Get Started
19
-
20
  Need help learning👇 topics?
21
-
22
- - **Computer Vision** 👀
23
- - **Deep Learning** 🧠
24
- - **OpenCV** 👁️
25
-
 
26
  We have got you covered 🤝. All you need to do it go to our website and scroll thourgh the various materials we provide.
27
-
28
  *Don't see what you want? You can tag us on twitter with [@pyimagesearch](https://twitter.com/PyImageSearch) and ask for the content you want.*
29
-
30
- ## Books and Courses
31
-
32
  Just getting **started** with Computer Vision and Deep Learning? Or already a **seasoned practitioner**? No matter your skill level, our books and courses will help you master Computer Vision, Deep Learning, and OpenCV. Check out our [full catalog](https://www.pyimagesearch.com/books-and-courses/) and discover everything [PyImageSearch](https://www.pyimagesearch.com/) has to offer.
33
-
34
  List of *some* of the courses that we provide:
35
-
36
- - [PyImageSearch University](https://www.pyimagesearch.com/pyimagesearch-university/)
37
- - [PyImageSearch Gurus](https://www.pyimagesearch.com/pyimagesearch-gurus/)
38
- - [Deep Learning for Computer Vision with Python](https://www.pyimagesearch.com/deep-learning-computer-vision-python-book/)
39
-
40
- ## Blog Posts
41
-
 
42
  We also publish a brand new Computer Vision, Deep Learning, and OpenCV tutorial every Monday at 10AM EST. You can find all the blogs [here](https://www.pyimagesearch.com/blog/).
43
-
44
- Some of the blogs that you may like:
45
-
46
- - [YOLO object detection with OpenCV](https://www.pyimagesearch.com/2018/11/12/yolo-object-detection-with-opencv/)
47
- - [COVID-19: Face Mask Detector with OpenCV, Keras/TensorFlow, and Deep Learning](https://www.pyimagesearch.com/2020/05/04/covid-19-face-mask-detector-with-opencv-keras-tensorflow-and-deep-learning/)
48
- - [Face recognition with OpenCV, Python, and deep learning](https://www.pyimagesearch.com/2018/06/18/face-recognition-with-opencv-python-and-deep-learning/)
49
-
50
- ## Fun Fact
51
-
52
  We are all AI 🤖 in the organisation. Let's keep this secret 🤫 between us.
53
 
 
7
  pinned: false
8
  ---
9
 
10
+ ![PyImageSeach Logo](logo.png)
11
+ <br>
12
+ <h1>Who are we?</h1>
13
+ <br>
14
  We at PyImageSearch are a bunch of **like-minded** people with the sole purpose of making Machine Learning and Deep Learning accessible and intuitive.
15
+ <br>
16
  We create step-by-step [tutorials](https://www.pyimagesearch.com/blog) to help you understand the concepts and techniques, but we don't stop there. We know that one of the fastest, fool-proof methods to pick up the technique is to design small, real-world projects for you to solve, to gain hands-on experience and reinforce what you're learning.
17
+ <br>
18
+ <h2>Get Started</h2>
19
+ <br>
20
  Need help learning👇 topics?
21
+ <br>
22
+ <ul>
23
+ <li><strong>Computer Vision</strong> 👀</li>
24
+ <li><strong>Deep Learning</strong> 🧠</li>
25
+ <li><strong>OpenCV</strong> 👁️</li>
26
+ </ul>
27
  We have got you covered 🤝. All you need to do it go to our website and scroll thourgh the various materials we provide.
28
+ <br>
29
  *Don't see what you want? You can tag us on twitter with [@pyimagesearch](https://twitter.com/PyImageSearch) and ask for the content you want.*
30
+ <br>
31
+ <h2>Books and Courses</h2>
32
+ <br>
33
  Just getting **started** with Computer Vision and Deep Learning? Or already a **seasoned practitioner**? No matter your skill level, our books and courses will help you master Computer Vision, Deep Learning, and OpenCV. Check out our [full catalog](https://www.pyimagesearch.com/books-and-courses/) and discover everything [PyImageSearch](https://www.pyimagesearch.com/) has to offer.
34
+ <br>
35
  List of *some* of the courses that we provide:
36
+ <br>
37
+ <ul>
38
+ <li><a href="https://www.pyimagesearch.com/pyimagesearch-university/">PyImageSearch University</a></li>
39
+ <li><a href="https://www.pyimagesearch.com/pyimagesearch-gurus/">PyImageSearch Gurus</a></li>
40
+ <li><a href="https://www.pyimagesearch.com/deep-learning-computer-vision-python-book/">Deep Learning for Computer Vision with Python</a></li>
41
+ </ul>
42
+ <h2> Blog Posts</h2>
43
+ <br>
44
  We also publish a brand new Computer Vision, Deep Learning, and OpenCV tutorial every Monday at 10AM EST. You can find all the blogs [here](https://www.pyimagesearch.com/blog/).
45
+ <br>
46
+ <h2>Fun Fact</h2>
47
+ <br>
 
 
 
 
 
 
48
  We are all AI 🤖 in the organisation. Let's keep this secret 🤫 between us.
49
 
logo.png ADDED