Go to file
Dauren777 871147b688 feat: working backend with model + API config UI
- server.py: FastAPI serves model (best_generator.pt) + static files
- /api/generate endpoint with temperature/top_k controls
- /api/health endpoint for status
- Frontend auto-detects backend, shows connection status
- API URL configurable from UI (persisted in localStorage)
- NaN/inf safety in generation
- Clean output (strips BOS/EOS/PAD/UNK tokens)
2026-06-20 00:03:52 +00:00
.gitignore feat: working backend with model + API config UI 2026-06-20 00:03:52 +00:00
AGENTS.md feat: working backend with model + API config UI 2026-06-20 00:03:52 +00:00
best_generator.pt update 2026-06-19 11:09:33 +05:00
design.md landing page + api server 2026-06-19 06:20:58 +00:00
index.html feat: working backend with model + API config UI 2026-06-20 00:03:52 +00:00
README.md Initial commit 2026-06-19 06:08:16 +00:00
requirements.txt landing page + api server 2026-06-19 06:20:58 +00:00
script.js feat: working backend with model + API config UI 2026-06-20 00:03:52 +00:00
server.py feat: working backend with model + API config UI 2026-06-20 00:03:52 +00:00
style.css feat: working backend with model + API config UI 2026-06-20 00:03:52 +00:00

my-site