Commit History

fix: increase Thiruvalluvar stamp column min-width from 100px to 150px
d31601a
Running

NaveenKumar Namachivayam commited on

feat: add Thiruvalluvar stamp image and author bio to About section
761271f

NaveenKumar Namachivayam commited on

fix: add trailing spaces to Training Details markdown for proper line breaks
e0120cc

NaveenKumar Namachivayam commited on

fix: add trailing spaces to Training Details markdown for proper line breaks
8802b5b

NaveenKumar Namachivayam commited on

refactor: rename app from "Valluvar or AI?" to "ValluvarAI" and reorganize UI
113dc59

NaveenKumar Namachivayam commited on

feat: add Project Madurai acknowledgement to app description
19f300c

NaveenKumar Namachivayam commited on

refactor: split app.py into config, model_engine, kural_engine, and game_engine modules
622e52c

NaveenKumar Namachivayam commited on

refactor: extract game, kural, and model logic into separate modules
f8a4887

NaveenKumar Namachivayam commited on

feat: add anti-memorization logic and confidence scoring to kural generation
6540178

NaveenKumar Namachivayam commited on

fix: pin starlette/fastapi to avoid Jinja2 LRUCache bug, remove monkey-patch
bd9ee71

NaveenKumar Namachivayam commited on

fix: move Jinja2 LRUCache patch before imports and remove if __name__ guard
48ebfc3

NaveenKumar Namachivayam commited on

fix: remove gradio from requirements.txt as HF Spaces auto-injects it
2011b11

NaveenKumar Namachivayam commited on

fix: patch Jinja2 LRUCache for unhashable dict keys in Gradio 4.44.0
338801d

NaveenKumar Namachivayam commited on

fix: restore requirements.txt-based install in Dockerfile
f13ddd6

NaveenKumar Namachivayam commited on

fix: remove if __name__ guard and bind to 0.0.0.0 for HF Spaces deployment
0353411

NaveenKumar Namachivayam commited on

fix: restore HfFolder shim for Gradio 3.50.0
fd6258d

NaveenKumar Namachivayam commited on

fix: use Gradio 3.50.0 with minimal deps to end dependency issues
77d0e4e

NaveenKumar Namachivayam commited on

fix: pin starlette/fastapi to exact versions, remove share=False
b31fffb

NaveenKumar Namachivayam commited on

fix: add HfFolder shim to break dependency pinning cycle
033913f

NaveenKumar Namachivayam commited on

fix: add custom Dockerfile for permanent dependency control
fe85572

NaveenKumar Namachivayam commited on

fix: pin huggingface-hub<1.0.0 for Gradio 4.44.0 oauth compatibility
d394562

NaveenKumar Namachivayam commited on

fix: resolve Gradio version conflict in HF Spaces build
6ae468e

NaveenKumar Namachivayam commited on

Use Gradio 3.50.0 (no oauth dependency) without custom Dockerfile
45b74e5

NaveenKumar Namachivayam commited on

Use Gradio 3.50.0 (no oauth dependency)
6836cad

NaveenKumar Namachivayam commited on

Add custom Dockerfile for permanent dependency fix
b0fa7a0

NaveenKumar Namachivayam commited on

Remove Gradio version pin to avoid conflict with HF Spaces
b1ad112

NaveenKumar Namachivayam commited on

fix: pin starlette and fastapi versions to fix Gradio unhashable type error
cc23e38

NaveenKumar Namachivayam commited on

Pin huggingface_hub 0.20.0 for Gradio 4.44.0 compatibility
c5f7937

NaveenKumar Namachivayam commited on

Remove Gradio version pin, use HF Spaces default
ac3f43e

NaveenKumar Namachivayam commited on

Fix HF Spaces launch config and upgrade Gradio
a8c31aa

NaveenKumar Namachivayam commited on

Fix huggingface_hub version to satisfy Gradio
090a92c

NaveenKumar Namachivayam commited on

Use huggingface_hub 0.17.0 with HfFolder
67c1c44

NaveenKumar Namachivayam commited on

Pin compatible Gradio and huggingface_hub versions
c36ebae

NaveenKumar Namachivayam commited on

Update to Gradio 5.x for compatibility
7512295

NaveenKumar Namachivayam commited on

Fix huggingface_hub compatibility
f82bd29

NaveenKumar Namachivayam commited on

Add model with Git LFS
24c7517

NaveenKumar Namachivayam commited on

Fix HF Spaces color values
70ff9b4

NaveenKumar Namachivayam commited on

Move HF Space files to root (without model)
5f3f2b7

NaveenKumar Namachivayam commited on

Fix HF Spaces YAML config
cdbde46

NaveenKumar Namachivayam commited on

Fix HF Spaces config
1c24a71

NaveenKumar Namachivayam commited on

feat: add Thirukkural Tamil text dataset with English translations
b817849

NaveenKumar Namachivayam commited on

feat: add GPT model implementation with training and generation scripts
ba05e77

NaveenKumar Namachivayam commited on

add thirukkural
9427e26

NaveenKumar Namachivayam commited on

Update README.md
63069f9
unverified

Angelos Perivolaropoulos commited on

Merge pull request #4 from hobostay/fix/missing-train-main-block
07e54b2
unverified

Angelos Perivolaropoulos commited on

Merge pull request #3 from hobostay/fix/missing-generate-cli
8e29e09
unverified

Angelos Perivolaropoulos commited on

Merge pull request #2 from hobostay/fix/missing-loss-log-and-final-checkpoint
8a878ec
unverified

Angelos Perivolaropoulos commited on

Add missing __main__ entry point for train.py in Part 3
9fa1e22
unverified

testtest123 Claude Opus 4.7 commited on

Add missing CLI entry point for generate.py in Part 4
db0762a
unverified

testtest123 Claude Opus 4.7 commited on

Add missing loss logging and final checkpoint save to Part 3
4a2dd57
unverified

testtest123 Claude Opus 4.7 commited on