Using Command Line Tool
💡
Before running please check that you have installed required requirements listed here
Steps to run Command Line Tool
- Clone repository/download the source code from here
- Extract files if downloaded in zip format
- Install requirements
- Run MainToolCode.py
git clone link-to-repository
cd ApproximateComputingTool
pip install -r requirements.txt
python3 MainToolCode.py
💡
Command Line Tool and GUI Tool has same constraints and same output results. It is recommended to use GUI Tool whenever possible