Skip to content

Commit e075104

Browse files
authored
Update README.md
Adding DeOldify and updating README
1 parent 7102ca1 commit e075104

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Deep-Learning-with-GoogleColab
2-
Develop Deep Learning Applications with Google Colaboratory - on the free Tesla K80 GPU - using Keras, Tensorflow and PyTorch.
2+
Develop Deep Learning Applications with Google Colaboratory - on the free Tesla K80/Tesla T4/Tesla P100 GPU - using Keras, Tensorflow and PyTorch.
33

44
**Cigarette/Smoking Detection using YOLOv3 Darknet**
55
---
6+
Cigarette/Smoking Detection [<img src="https://colab.research.google.com/assets/colab-badge.svg" align="center">](https://colab.research.google.com/github/hardik0/Deep-Learning-with-GoogleColab/blob/master/Darknet_YOLOv3_Cigarette_Smoking_Detection.ipynb)
7+
68
YOLO: Real-Time Object Detection
79

810
You only look once (YOLO) is a state-of-the-art, real-time object detection system for cigarette & smoking detection.
@@ -16,6 +18,8 @@ https://youtu.be/vEnQIptZzyI
1618

1719
**Guns Detection using YOLOv3 Darknet**
1820
---
21+
Guns Detection [<img src="https://colab.research.google.com/assets/colab-badge.svg" align="center">](https://colab.research.google.com/github/hardik0/Deep-Learning-with-GoogleColab/blob/master/Darknet_YOLOv3_Guns_Detection.ipynb)
22+
1923
YOLO: Real-Time Object Detection
2024

2125
You only look once (YOLO) is a state-of-the-art, real-time object detection system for firearms, pistol, rifle detection.
@@ -33,6 +37,8 @@ https://youtu.be/Uzty5hRWSQs
3337

3438
**Pyannote-Video**
3539
---
40+
Pyannote-Video [<img src="https://colab.research.google.com/assets/colab-badge.svg" align="center">](https://colab.research.google.com/github/hardik0/Deep-Learning-with-GoogleColab/blob/master/pyannote_video%20-%20Face%20Detection%2C%20Tracking%20%26%20clustering%20in%20Videos.ipynb)
41+
3642
<b>A Toolkit for Face Detection, Tracking, and Clustering in Videos</b>
3743

3844
![GIF demo](img/BRICS.gif)
@@ -41,9 +47,24 @@ https://youtu.be/Uzty5hRWSQs
4147
Youtube Link:
4248
https://youtu.be/8hepsfDWzFA
4349

50+
51+
**DeOldify**
52+
---
53+
Image [<img src="https://colab.research.google.com/assets/colab-badge.svg" align="center">](https://colab.research.google.com/github/hardik0/Deep-Learning-with-GoogleColab/blob/master/ImageColorizerColab.ipynb) |
54+
Video [<img src="https://colab.research.google.com/assets/colab-badge.svg" align="center">](https://colab.research.google.com/github/hardik0/Deep-Learning-with-GoogleColab/blob/master/VideoColorizerColab.ipynb)
55+
56+
<b>To Colorizing and Restoring your old Black and White Photos/Videos</b>
57+
58+
![Bollywood Image](img/colorize_photo.jpg)
59+
60+
61+
Youtube Channel Link:
62+
https://www.youtube.com/channel/UC0L-Z0hP3_39dSNNNgpdiOQ
63+
4464
**Acknowledgements**
4565
---
4666

4767
+ [@pjreddie](https://www.github.com/pjreddie) for Original Darknet(YOLOv3) Version.
4868
+ [@AlexeyAB](https://www.github.com/AlexeyAB) for Modify Darknet(YOLOv3) Version.
4969
+ [@pyannote](https://www.github.com/pyannote) for pyannote-video.
70+
+ [@jantic](https://github.com/jantic) for DeOldify.

0 commit comments

Comments
 (0)