Investigating the use of a DL system for detecting errors in code.
Please follow these instructions to install Miniconda (Python 3.8).
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
The Conda environment used for the tutorial is specified in the environment.yml
file. Creating the environment is a on-time operation:
cd CodeErrorDetection
conda env create -f environment.yml
You should close the terminal and open a new one to make sure that Conda is correctly setup in your environment.
In any new console, remember to activate the newly created environemnt:
conda activate codeErrorDetection
Here you can find more instructions on how to create and manage a Conda environment.
python generateData <filename.py>
./validateAndCreateDataset.sh
python train.py
This powerpoint contains a summary of different ideas investigated and explored along with work and findings from the term research project.