Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.73 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.73 KB

📷 Get Images For a DataSet

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.


⚙️ How To Config ?

  1. Download or Clone this repository

  2. 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.

  3. After that, we will need to install selenium, run this command in the terminal:

pip install selenium

  1. When you finish downloading, also download the latest version of ChromeDriver and save it in the folder "C:/Program Files (x86)".

  2. 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.

  1. Change the path that is in line 20 of the 'index.py' file, putting the username of your PC:

code

🚀 How to use

Open the terminal in the downloaded folder and type:

python index.py

License

The project license is MIT License - see the file LICENSE.md for more details.