captcha_solver/sample.env

11 lines
315 B
Bash

CAPTCHA_AGGREGATOR_API=https://captcha.foxarmy.org/api
#Percentage of all downloaded to be sent to test dataset
PERCENT_OF_TESTING=10
#Place to download new data
DOWNLOAD_PATH=datasets/new
#Place to save testing dataset
TESTING_PATH=datasets/testing
#Place to save training dataset
TRAINING_PATH=datasets/training