Download and Use
Download python scripts above and unzip scripts.zip. You should find the following files in the scripts directory. Simply refer to the code documentation for info on individual scripts and import the functions and classes you wish to use.
files
Making Contribution
The GitHub stuff
Here is the GitHub repository of GroundUpAI. Please follow this thorough guide from forking to PR reviews.
Development steps
- Modify files in the notebooks directory and and make sure to add
#export at the top of the notebook cells you want to add to the script
- Run
python3 generate_scripts.py to reflect your changes in the scripts
- Make sure the tests in other notebooks are successful following your change
Below are the mapping from notebook to scripts