https://github.com/lshw54/deepracer-autosubmit
This is a simple macro based on selenium for AWS DeepRacer. You can use it to submit the current month's AWS Summit Online module.
https://github.com/lshw54/deepracer-autosubmit
aws aws-deepracer deepracer-autosubmit
Last synced: about 1 year ago
JSON representation
This is a simple macro based on selenium for AWS DeepRacer. You can use it to submit the current month's AWS Summit Online module.
- Host: GitHub
- URL: https://github.com/lshw54/deepracer-autosubmit
- Owner: lshw54
- Created: 2020-09-11T08:34:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T18:52:50.000Z (almost 4 years ago)
- Last Synced: 2024-06-17T18:02:21.971Z (about 2 years ago)
- Topics: aws, aws-deepracer, deepracer-autosubmit
- Language: Python
- Homepage:
- Size: 4.88 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deepracer AutoSubmit League
This is a simple macro based on selenium for AWS DeepRacer League. You can use to submit module.
## Setup
When using it for the first time, please go to `config.ini` file to set up your IAM AWS account.
Also you need to create the IAM user for this bot Login

You just need to input you AUTH info and your Summit Model Name then you can use it to free your hand.
## Please follow the image to find the League name on browser

## Installation (Ubuntu)
```bash
sudo apt update
sudo apt install -y xvfb jq
sudo apt install -y chromium-browser
sudo apt install -y chromium-codecs-ffmpeg
sudo apt install -y chromium-chromedriver
```
## Quick Start
Make Sure you have installed the Chrome
```bash
git clone https://github.com/lshw54/deepracer-autosubmit.git
cd deepracer-autosubmit
pip3 install -r requirements.txt
python3 main.py
```