This is a template for ML research projects.
python -m pip install -r requirements.txt
Note: keep your requirements.txt up to date
Have an example how to use your code. Please update this when you open your project to the world. In the worst case just paste the output of python main.py --help
usage: main.py [-h]
optional arguments:
-h, --help show this help message and exit
Read more here.