Commit History

Force Docker rebuild to pick up permission fix
b63d2cf

arun3676 commited on

Fix permission error: Use /tmp for cache directory in Docker/HF Spaces
94a1753

arun3676 commited on

Fix HF Spaces metadata: change colorFrom from black to gray
ab058b0

arun3676 commited on

Configure for HuggingFace Spaces Docker deployment - Add Dockerfile, .dockerignore, update README with HF metadata, optimize requirements.txt
b7db63d

arun3676 commited on

Fix Space deployment with simplified mock version
cf986ba

arun3676 commited on

Add code analyzer endpoints with fine-tuned model
24f45dc

arun3676 commited on

Add Hugging Face integration and remote model support
ff3ea6b

arun3676 commited on

Initial commit: AI Code Analyzer with fine-tuned model support
5c6379b

arun3676 commited on

Fix: Remove google.generativeai import that was causing ModuleNotFoundError
ddf8352

arun3676 commited on

Remove Google Gemini support - keep only 3 models (OpenAI, Anthropic, DeepSeek)
74dbaef

arun3676 commited on

Fix syntax error in matrix_final.py: correct indentation of else block
0a4790d

arun3676 commited on

Fix: Prevent Streamlit crash when no API keys are set on Render
ff120ac

arun3676 commited on

Fix Render deployment issues: update configs, add health check, fix environment handling
1b4857b

arun3676 commited on

Update deployment to use matrix_final.py - full featured Matrix analyzer
f5c4d0b

arun3676 commited on

Enhanced: Update instructions to include GitHub Repository analysis mode
bc5f5e7

arun3676 commited on

Update: Add GitHub Repository analysis to matrix_app.py, fix deployment config
76e89b2

arun3676 commited on

Initial commit: LLM Code Analyzer with multi-model support
646ba30

arun3676 commited on