diff --git a/ChangeColorSpace/README.md b/ChangeColorSpace/README.md
new file mode 100644
index 00000000..429a6850
--- /dev/null
+++ b/ChangeColorSpace/README.md
@@ -0,0 +1,5 @@
+# Changing Of Color-space
+
+The following color-space changes need to be implemented:
+* BGR ↔ Gray
+* BGR ↔ HSV.
\ No newline at end of file
diff --git a/Editing Images/StandNote.gif b/Editing Images/StandNote.gif
new file mode 100644
index 00000000..44d38477
Binary files /dev/null and b/Editing Images/StandNote.gif differ
diff --git a/ObjectTracking/README.md b/ObjectTracking/README.md
new file mode 100644
index 00000000..edb79d09
--- /dev/null
+++ b/ObjectTracking/README.md
@@ -0,0 +1,3 @@
+# Object Tracking
+
+Extract a colored object.
\ No newline at end of file
diff --git a/README.md b/README.md
index d26eeae9..0fc11145 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ We’ll use the git clone command along with the URL that points to your fork of
git clone https://github.com/your_username/Image-Processing-OpenCV
```
-
+
@@ -103,11 +103,11 @@ You can type the command ```git add -A``` or alternatively ```git add -all``` fo
At this point, you are ready to make a pull request to the original repository.
You should navigate to your **forked** repository, and press the “Compare & pull request” button on the page.
-
+
GitHub will alert you that you are able to merge the two branches because there is no competing code. You should add in a **title**, a **comment**, and then press the **“Create pull request”** button.
-
+
### Step 6: CONGRATULATIONS :boom: :clap: :relaxed:
You have made your contributions. Kudos to you!!
diff --git a/assets/PR.PNG b/assets/PR.PNG
new file mode 100644
index 00000000..cd856b9b
Binary files /dev/null and b/assets/PR.PNG differ
diff --git a/assets/clone.PNG b/assets/clone.PNG
new file mode 100644
index 00000000..5da57902
Binary files /dev/null and b/assets/clone.PNG differ
diff --git a/assets/create pr.PNG b/assets/create pr.PNG
new file mode 100644
index 00000000..aed749ac
Binary files /dev/null and b/assets/create pr.PNG differ