Paste any Python function. Get instant explanation, docstring and improvement suggestions — powered by Groq LLaMA 3.1.
https://devdocs-ai.netlify.app
- 💡 Plain English explanation of what your code does
- 📄 Auto-generated Google-style docstring
- ⚡ 3 specific numbered improvement suggestions
- 📋 One-click copy for generated docstring
- ⌨️ Ctrl + Enter keyboard shortcut
| Layer | Technology |
|---|---|
| Backend | Python, FastAPI |
| AI | Groq API — LLaMA 3.1 |
| Frontend | HTML, CSS, JavaScript |
| Deployment | Hugging Face Spaces + Netlify |
cd backend
pip install -r requirements.txt
python -m uvicorn main:app --reloadOpen frontend/index.html with Live Server in VS Code.
devdocs-ai/
backend/
main.py # FastAPI app + Groq AI integration
requirements.txt
Dockerfile # For Hugging Face deployment
frontend/
index.html # Full UI with particle animations
README.md
Built by G Enosh — IT undergrad at Vasavi College of Engineering, Hyderabad