diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1f402a5..da594145 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,8 +12,9 @@ Clone your forked repository and name it `AI-Hacktober-MLSA` ``` # Replace {user_name} with your GitHub username -git clone https://github.com/{user_name}/AI-Hacktober-MLSA.git +git clone --depth 1 https://github.com/{user_name}/AI-Hacktober-MLSA.git ``` +> This makes sure you clone only the most recent commit and all files to avoid cloning every commit history as image files have been resized and hence will only take space on your local machine for what you don't need. Create a virtual environment with the name (`AI-Hacktober-MLSA`) diff --git a/Project_1/Data/Bungalow/IMG_20230703_143325.jpg b/Project_1/Data/Bungalow/IMG_20230703_143325.jpg new file mode 100644 index 00000000..ea4ebe6b Binary files /dev/null and b/Project_1/Data/Bungalow/IMG_20230703_143325.jpg differ diff --git a/Project_1/Data/Storey-building/IMG_20220227_073025.jpg b/Project_1/Data/Storey-building/IMG_20220227_073025.jpg new file mode 100644 index 00000000..60e85f80 Binary files /dev/null and b/Project_1/Data/Storey-building/IMG_20220227_073025.jpg differ diff --git a/Project_1/Data/Storey-building/IMG_20220227_073031.jpg b/Project_1/Data/Storey-building/IMG_20220227_073031.jpg new file mode 100644 index 00000000..fd345bc4 Binary files /dev/null and b/Project_1/Data/Storey-building/IMG_20220227_073031.jpg differ diff --git a/Project_1/Data/Storey-building/IMG_20220415_065619.jpg b/Project_1/Data/Storey-building/IMG_20220415_065619.jpg new file mode 100644 index 00000000..a7453bd9 Binary files /dev/null and b/Project_1/Data/Storey-building/IMG_20220415_065619.jpg differ diff --git a/Project_1/Data/Storey-building/IMG_20220502_065425.jpg b/Project_1/Data/Storey-building/IMG_20220502_065425.jpg new file mode 100644 index 00000000..f82fcfc0 Binary files /dev/null and b/Project_1/Data/Storey-building/IMG_20220502_065425.jpg differ diff --git a/Project_1/Data/Storey-building/IMG_20230430_084744.jpg b/Project_1/Data/Storey-building/IMG_20230430_084744.jpg new file mode 100644 index 00000000..7b6d463d Binary files /dev/null and b/Project_1/Data/Storey-building/IMG_20230430_084744.jpg differ diff --git a/Project_1/Data/Storey-building/IMG_20230530_104716.jpg b/Project_1/Data/Storey-building/IMG_20230530_104716.jpg new file mode 100644 index 00000000..93c0d1a8 Binary files /dev/null and b/Project_1/Data/Storey-building/IMG_20230530_104716.jpg differ diff --git a/Project_1/Data/Storey-building/IMG_20230714_143711.jpg b/Project_1/Data/Storey-building/IMG_20230714_143711.jpg new file mode 100644 index 00000000..6a2ae573 Binary files /dev/null and b/Project_1/Data/Storey-building/IMG_20230714_143711.jpg differ diff --git a/Project_1/Data/Storey-building/IMG_20230905_100246.jpg b/Project_1/Data/Storey-building/IMG_20230905_100246.jpg new file mode 100644 index 00000000..25486929 Binary files /dev/null and b/Project_1/Data/Storey-building/IMG_20230905_100246.jpg differ diff --git a/Project_2/translation.py b/Project_2/translation.py index c10a54f6..39abb324 100644 --- a/Project_2/translation.py +++ b/Project_2/translation.py @@ -9,7 +9,7 @@ # location, also known as region. # required if you're using a multi-service or regional (not global) resource. It can be found in the Azure portal on the Keys and Endpoint page. -location = "" +location = "eastus" path = '/translate' constructed_url = endpoint + path