An open API service indexing awesome lists of open source software.

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.

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
![image](image/IAM_permission.jpg)

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
![image](image/league_name.jpg)

## 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
```