Skip to content

Commit

Permalink
Merge pull request #162 from mlsanigeria/main
Browse files Browse the repository at this point in the history
Updating leaderboard branch
  • Loading branch information
Sammybams authored Oct 9, 2023
2 parents 92f5ff0 + 81635e7 commit 144b049
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

Expand Down
Binary file added Project_1/Data/Bungalow/IMG_20230703_143325.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Project_2/translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<YOUR-RESOURCE-LOCATION>"
location = "eastus"

path = '/translate'
constructed_url = endpoint + path
Expand Down

0 comments on commit 144b049

Please sign in to comment.