Clone and install environment dependencies
git clone ...
conda env create --file local_env.yml
conda install pytorch torchvision cpuonly -c pytorchActivate environment
conda activateDownload data
dvc pullGenerate data streams to FLASK API
# Ensure you are in the root directory of the repo and run
FLASK_ENV=development FLASK_APP=app.py flask run
# Then open up another terminal and run
python eventgen.pyOPTIONAL: Add environment to Jupyter Notebook
python -m ipykernel install --user --name=deeg_dgaDGA 2016, Andrew Waeva, accessed 26 February 2020, https://github.com/andrewaeva/DGA.
Detecting DGA domains with recurrent neural networks and side information, Curtin, Gardner, Grzonkowski, Kleymenov, and Mosquera. 2019, accessed 26 February 2020, https://arxiv.org/pdf/1810.02023.pdf.