If you want to make artificial intelligence that differentiates classes, but you don't have an appropriate image dataset, then this repository was made for you.
-
Download or Clone this repository
-
To use this repository you must have Python3 installed on your machine, click here if you don't have it. After obtaining Python, download the PIP.
-
After that, we will need to install selenium, run this command in the terminal:
pip install selenium
-
When you finish downloading, also download the latest version of ChromeDriver and save it in the folder "C:/Program Files (x86)".
-
Once this is done, we will have to create a profile in Chrome (if you don't already have at least one). Then, access the directory
"C:/Users/YOUR-PC-USERNAME/AppData/Local/Google/Chrome"
and create a folder called "AutoBot" (without the quotes). Once this is done, copy all the files from the "UserData" folder and paste in the "AutoBot" folder.
- Change the path that is in line 20 of the 'index.py' file, putting the username of your PC:
Open the terminal in the downloaded folder and type:
python index.py
The project license is MIT License - see the file LICENSE.md for more details.