typicaleoxx/code-explainer-ai
fix: sanitize LLM markdown output before rendering
prompt template update
add static analysis
feat: integrate AST static analysis into application workflow
fix: resolve merge conflict markers in requirements.txt
fix: add huggingface space configuration metadata to README
fix: resolve dockerfile merge conflict and configure streamlit for HuggingFace Spaces
correct docker
initial commit
Duplicate from streamlit/streamlit-template-space
feat: add Docker container configuration for deployment
feat: improve Streamlit UI with structured analysis sections
remove unused Gemini client after switching to OpenRouter
fix: improve AI response parser to detect flexible section headings
feat: improve Streamlit UI with structured layout and syntax highlighting
chode: add project python dependencies
add opernrouter ai client for code analysis generation
define streamlit web interface, handle user interaction and communicate backend ai logic
add gemini client - handle commmunication with gemini api
add prompt template - define structured prompt sent to gemini model
Initial commit
