Results 3 issues of Mohamamd Eshbeata

[ERROR] exception __init__() takes 3 positional arguments but 4 were given caught Fix circus issue based on https://github.com/circus-tent/circus/issues/1059

Where in code i can modify it to exclude certain keys from being generated in the brute force as example : start : 1000000 end : 1fffffff i need to...

Support Docker compose The ability to keep training model with the need to rebuild web **Training the Model** ``` docker-compose build train ``` **Running Web** ``` docker-compose build web &&...