fix: increase Thiruvalluvar stamp column min-width from 100px to 150px d31601a Running NaveenKumar Namachivayam commited on May 11
feat: add Thiruvalluvar stamp image and author bio to About section 761271f NaveenKumar Namachivayam commited on May 11
fix: add trailing spaces to Training Details markdown for proper line breaks e0120cc NaveenKumar Namachivayam commited on May 11
fix: add trailing spaces to Training Details markdown for proper line breaks 8802b5b NaveenKumar Namachivayam commited on May 11
refactor: rename app from "Valluvar or AI?" to "ValluvarAI" and reorganize UI 113dc59 NaveenKumar Namachivayam commited on May 11
feat: add Project Madurai acknowledgement to app description 19f300c NaveenKumar Namachivayam commited on May 11
refactor: split app.py into config, model_engine, kural_engine, and game_engine modules 622e52c NaveenKumar Namachivayam commited on May 11
refactor: extract game, kural, and model logic into separate modules f8a4887 NaveenKumar Namachivayam commited on May 11
feat: add anti-memorization logic and confidence scoring to kural generation 6540178 NaveenKumar Namachivayam commited on May 10
fix: pin starlette/fastapi to avoid Jinja2 LRUCache bug, remove monkey-patch bd9ee71 NaveenKumar Namachivayam commited on May 10
fix: move Jinja2 LRUCache patch before imports and remove if __name__ guard 48ebfc3 NaveenKumar Namachivayam commited on May 10
fix: remove gradio from requirements.txt as HF Spaces auto-injects it 2011b11 NaveenKumar Namachivayam commited on May 10
fix: patch Jinja2 LRUCache for unhashable dict keys in Gradio 4.44.0 338801d NaveenKumar Namachivayam commited on May 10
fix: restore requirements.txt-based install in Dockerfile f13ddd6 NaveenKumar Namachivayam commited on May 10
fix: remove if __name__ guard and bind to 0.0.0.0 for HF Spaces deployment 0353411 NaveenKumar Namachivayam commited on May 10
fix: use Gradio 3.50.0 with minimal deps to end dependency issues 77d0e4e NaveenKumar Namachivayam commited on May 10
fix: pin starlette/fastapi to exact versions, remove share=False b31fffb NaveenKumar Namachivayam commited on May 10
fix: add HfFolder shim to break dependency pinning cycle 033913f NaveenKumar Namachivayam commited on May 10
fix: add custom Dockerfile for permanent dependency control fe85572 NaveenKumar Namachivayam commited on May 10
fix: pin huggingface-hub<1.0.0 for Gradio 4.44.0 oauth compatibility d394562 NaveenKumar Namachivayam commited on May 10
fix: resolve Gradio version conflict in HF Spaces build 6ae468e NaveenKumar Namachivayam commited on May 10
Use Gradio 3.50.0 (no oauth dependency) without custom Dockerfile 45b74e5 NaveenKumar Namachivayam commited on May 10
Add custom Dockerfile for permanent dependency fix b0fa7a0 NaveenKumar Namachivayam commited on May 10
Remove Gradio version pin to avoid conflict with HF Spaces b1ad112 NaveenKumar Namachivayam commited on May 10
fix: pin starlette and fastapi versions to fix Gradio unhashable type error cc23e38 NaveenKumar Namachivayam commited on May 10
Pin huggingface_hub 0.20.0 for Gradio 4.44.0 compatibility c5f7937 NaveenKumar Namachivayam commited on May 10
Pin compatible Gradio and huggingface_hub versions c36ebae NaveenKumar Namachivayam commited on May 10
feat: add Thirukkural Tamil text dataset with English translations b817849 NaveenKumar Namachivayam commited on May 10
feat: add GPT model implementation with training and generation scripts ba05e77 NaveenKumar Namachivayam commited on May 9
Merge pull request #4 from hobostay/fix/missing-train-main-block 07e54b2 unverified Angelos Perivolaropoulos commited on May 5
Merge pull request #3 from hobostay/fix/missing-generate-cli 8e29e09 unverified Angelos Perivolaropoulos commited on May 5
Merge pull request #2 from hobostay/fix/missing-loss-log-and-final-checkpoint 8a878ec unverified Angelos Perivolaropoulos commited on May 5
Add missing __main__ entry point for train.py in Part 3 9fa1e22 unverified testtest123 Claude Opus 4.7 commited on May 5
Add missing CLI entry point for generate.py in Part 4 db0762a unverified testtest123 Claude Opus 4.7 commited on May 5
Add missing loss logging and final checkpoint save to Part 3 4a2dd57 unverified testtest123 Claude Opus 4.7 commited on May 5