diff --git a/.gitignore b/.gitignore
index 073678e..884deee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ ssd_inception_v2_coco_2017_11_17/
output_video.avi
ssd_inception_v2_coco_2017_11_17.tar.gz
test_video.mp4
+.ipynb_checkpoints/
\ No newline at end of file
diff --git a/README.md b/README.md
index ddc08cf..9d74c36 100644
--- a/README.md
+++ b/README.md
@@ -11,4 +11,15 @@ We use audio cues to guide the person to the correct or obstacle free path. In f
We detect the obstacle and after detecting the object, navigation path are given to the user. For being economical we use a camera feature instead of relying on acquired help like guide dogs. We’ve used the Single Shot Detector (SSD) which provides a good balance between speed and accuracy since the project would work on real-time implementation. The COCO dataset is used for the objects. The code is written in python and tensorflow is used as machine learning backend. An IP camera is used to get live feed and process the result. This result is further compared and fed to a python file that takes in sensor data and processes the data. This result is then compared to threshold values and audio cues are provided.
-
+
+
+
+
+
+
+
+## Business Strategy
+
+
+
+
diff --git a/left.jpeg b/left.jpeg
deleted file mode 100644
index aa3d060..0000000
Binary files a/left.jpeg and /dev/null differ
diff --git a/output.avi b/output.avi
deleted file mode 100644
index 933c547..0000000
Binary files a/output.avi and /dev/null differ
diff --git a/output.mp4 b/output.mp4
deleted file mode 100644
index b4657b3..0000000
Binary files a/output.mp4 and /dev/null differ
diff --git a/outpy.mp4 b/outpy.mp4
deleted file mode 100644
index b4657b3..0000000
Binary files a/outpy.mp4 and /dev/null differ
diff --git a/results/businessmodel.PNG b/results/businessmodel.PNG
new file mode 100644
index 0000000..274e692
Binary files /dev/null and b/results/businessmodel.PNG differ
diff --git a/go on.jpeg b/results/continue.jpeg
similarity index 100%
rename from go on.jpeg
rename to results/continue.jpeg
diff --git a/results/finaloutput.gif b/results/finaloutput.gif
new file mode 100644
index 0000000..3720c6c
Binary files /dev/null and b/results/finaloutput.gif differ
diff --git a/right.jpeg b/results/movright.jpeg
similarity index 100%
rename from right.jpeg
rename to results/movright.jpeg
diff --git a/stop.jpeg b/results/stop.jpeg
similarity index 100%
rename from stop.jpeg
rename to results/stop.jpeg
diff --git a/ss_orig.png b/ss_orig.png
deleted file mode 100644
index 433ce67..0000000
Binary files a/ss_orig.png and /dev/null differ