Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.05 KB

File metadata and controls

61 lines (42 loc) · 1.05 KB

🚀 DevExplain AI

Understand any codebase in seconds.

DevExplain AI is an AI-powered developer tool that helps developers and students analyze source code, understand unfamiliar repositories, and generate technical blog content instantly.

Built with Streamlit + Groq API.


✨ Features

🔍 Code Analyzer

Paste code and get:

  • What the code does
  • Why this approach is used
  • Dry run with sample input
  • Algorithm / pattern used
  • Time complexity
  • Space complexity
  • Optimization suggestions
  • Improved code version

🧠 GitHub Repository Review

Analyze public repositories and get:

  • Project summary
  • Likely tech stack
  • Folder responsibilities
  • Architecture overview
  • Improvement suggestions
  • Onboarding guide for contributors

✍️ Hashnode Article Generator

Convert code snippets into clean markdown technical blogs.

Includes:

  • Title
  • Introduction
  • Problem statement
  • Code explanation
  • Dry run
  • Complexity breakdown
  • Final thoughts

🛠 Tech Stack

  • Python
  • Streamlit
  • Groq API
  • LLM Models
  • Markdown Export