Skip to content

Da-devs/PixeLens_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixeLens

Enhancing UI/UX Debugging with Memory-Efficient RAG and LLM Integration


Architecture

Functionality Diagram Overview

LLM Architecture Arch

Performance Highlights

Metric Result
CodeBERT Similarity 97.36%
RAG Retrieval Precision (Top-5) 89.98%
LLM-as-a-Judge Score 7.86 / 10
User Satisfaction 8.3 / 10

Fine-tuning

The dataset for fine-tuning was made by scraping stackoverflow issues with specific tags (react.js, next.js, etc.).

  • This dataset was then used to fine-tune the open-mistral-7b model on Mistral Console.
  • We also performed fine-tuning using Axolotl on a Kaggle notebook with GPU T4 x2 accelerator and pushed the model to HuggingFace Repository.

Project Setup

1. Clone the Repository

git clone https://github.com/br34dcrumb/PixeLens.git
cd pixelens

2. Setup Python Virtual Environment

python3 -m venv .venv
source .venv/bin/activate

3. Install NodeJS environment

pip install -r requirements.txt
nodeenv -p --node=22.13.0

4. Run the frontend

cd frontend/
npm run dev

5. Start the backend (another terminal session)

cd backend/
npm run start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors