CoolFace
Apppublic

typicaleoxx/code-explainer-ai

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
21 commits on main
7b9efa17mo ago

fix: sanitize LLM markdown output before rendering

typicaleoxx
ae4adb67mo ago

prompt template update

typicaleoxx
6e1cb7e7mo ago

add static analysis

typicaleoxx
33f89c57mo ago

feat: integrate AST static analysis into application workflow

typicaleoxx
f47e14e7mo ago

fix: resolve merge conflict markers in requirements.txt

typicaleoxx
12797257mo ago

fix: add huggingface space configuration metadata to README

typicaleoxx
7a9eb7f7mo ago

fix: resolve dockerfile merge conflict and configure streamlit for HuggingFace Spaces

typicaleoxx
fb479787mo ago

correct docker

typicaleoxx
b93c97e7mo ago

initial commit

typicaleoxx
eb91b127mo ago

Duplicate from streamlit/streamlit-template-space

typicaleoxx, FranckAbgrall
02ea72a7mo ago

feat: add Docker container configuration for deployment

typicaleoxx
5fb4d1e7mo ago

feat: improve Streamlit UI with structured analysis sections

typicaleoxx
e2c10da7mo ago

remove unused Gemini client after switching to OpenRouter

typicaleoxx
994cfca7mo ago

fix: improve AI response parser to detect flexible section headings

typicaleoxx
59d1cb67mo ago

feat: improve Streamlit UI with structured layout and syntax highlighting

typicaleoxx
d12f3727mo ago

chode: add project python dependencies

typicaleoxx
d40317a7mo ago

add opernrouter ai client for code analysis generation

typicaleoxx
919ae2e7mo ago

define streamlit web interface, handle user interaction and communicate backend ai logic

typicaleoxx
a2bd5df7mo ago

add gemini client - handle commmunication with gemini api

typicaleoxx
d1285917mo ago

add prompt template - define structured prompt sent to gemini model

typicaleoxx
6e3a1e07mo ago

Initial commit

Sneha Lama