markdown
CodeGuide is a Chrome extension that provides AI-generated explanations for code snippets on web pages using FastAPI and LangChain.
- Clone the repository:
git clone https://github.com/dineshram0212/codeguide.git cd codeguide
Run the provided EXE file for an easy setup:
- Download
codeguide_backend.exe
from backend. - Double-click to run it.
- The backend will start at:
http://localhost:8000
- Open Chrome and go to:
chrome://extensions/
- Enable Developer Mode (top-right corner).
- Click "Load Unpacked" and select the
codeguide/
folder.
Modify the API URL in config.js
to switch between local and deployed servers:
window.API_BASE_URL = "http://localhost:8000"; // Change to production if needed
Then reload the extension in chrome://extensions/
.
- GitHub: dineshram0212
- Email: [dineshramdsml@gmail.com]
- Website: https://dineshram.vercel.app/
🚀 Try CodeGuide today and get AI-powered code explanations instantly!