C&D Assist (Code and Debug AI Assistent) is a AI tool that performs automated bug detection and fixing. Designed with a focus on real-time assistance, it integrates a custom-built web-based IDE to provide a seamless debugging experience for developers.
Frontend:
Backend:
stabilityai/stablecode-completion-alpha-3b-4kRandomForestClassifierXGBoostPyFlakes and AutoPEP8 for basic checks.deepseek/deepseek-coder-1.3b-instruct β Poor quality responsesdeepseek/deepseek-coder-1.3b-base β Also inconsistent outputstabilityai/stablecode-completion-alpha-3b-4k
If time and resources permitted, we would have:
C_D_Assit/
βββ backend/
β βββ app.py
β βββ requirements.txt
β βββ bugfix_model/
β βββ fix_code.py
βββ frontend/
β βββ index.html
β βββ style.css
β βββ script.js
βββ src/
β βββ api_server.py
β βββ bug_fixer.py
βββ models/
β βββ models--stabilityai--stablecode-completion-alpha-3b-4k/
β βββ stored_tokens/
Clone the repo
git clone https://github.com/Yuvanraj-K-S/C_D_Assit.git
cd C_D_Assit
Set up Python environment
pip install -r backend/requirements.txt
Load Model
python src/bug_fixer.py
Launch backend API
python src/api_server.py
Run Frontend
Frontend/ui/index.html
12 commits
8 commits
JavaScript
99.9%
C&D Assist (Code and Debug AI Assistent) is a AI tool that performs automated bug detection and fixing. Designed with a focus on real-time assistance, it integrates a custom-built web-based IDE to provide a seamless debugging experience for developers.
Frontend:
Backend:
stabilityai/stablecode-completion-alpha-3b-4kRandomForestClassifierXGBoostPyFlakes and AutoPEP8 for basic checks.deepseek/deepseek-coder-1.3b-instruct β Poor quality responsesdeepseek/deepseek-coder-1.3b-base β Also inconsistent outputstabilityai/stablecode-completion-alpha-3b-4k
If time and resources permitted, we would have:
C_D_Assit/
βββ backend/
β βββ app.py
β βββ requirements.txt
β βββ bugfix_model/
β βββ fix_code.py
βββ frontend/
β βββ index.html
β βββ style.css
β βββ script.js
βββ src/
β βββ api_server.py
β βββ bug_fixer.py
βββ models/
β βββ models--stabilityai--stablecode-completion-alpha-3b-4k/
β βββ stored_tokens/
Clone the repo
git clone https://github.com/Yuvanraj-K-S/C_D_Assit.git
cd C_D_Assit
Set up Python environment
pip install -r backend/requirements.txt
Load Model
python src/bug_fixer.py
Launch backend API
python src/api_server.py
Run Frontend
Frontend/ui/index.html
12 commits
8 commits
JavaScript
99.9%