News

├── .gitignore ├── LICENSE ├── README.md ├── environment.yaml ├── requirements.txt ├── data │ └── df_small.csv │ └── formatted_small_df.csv ├── preprocessing │ └── data_preprocessing.py ...
The Automated Code Correction Framework is an AI-powered debugging tool designed to automate error detection and correction. It streamlines the debugging process by ...