bitsat_predictor/backend
pranav d18a0fb3b6
migration & deployment on cloudflare pages and huggingface spaces (#3)
* migrations: switching over from pip to uv as pkg-manager & adding wrangler.toml file for cloudflare deployment-ease

* fix: resolving mismatch in name in wrangler.toml file

* fix: downgrading required-python version && updating to current date in wrangler.toml file for latest-runtime capabilities

* fix: removing uvicorn as a server-service from deployment

* migrations: refactored frontend to use bun as default pkg-manager over npm, downsized plotly to use minimum number of components to aptly reduce bundling space & dockerfile and sdk on huggingspace for backend logic

* fix: removed buildinfo files, removed unnecessary tsconfig settings which was previously used in bun build to check local builds, resolving components in Header.tsx, resetting isLoaded state in GraphPlot.tsx file
2026-02-13 01:24:16 +05:30
..
cutoffs merge: major overhaul from javascript to typescript & separating frontend and backend logic with dynamic plotting and tabulations (#2) 2026-02-12 00:47:51 +05:30
predictions merge: major overhaul from javascript to typescript & separating frontend and backend logic with dynamic plotting and tabulations (#2) 2026-02-12 00:47:51 +05:30
.gitignore migration & deployment on cloudflare pages and huggingface spaces (#3) 2026-02-13 01:24:16 +05:30
Dockerfile migration & deployment on cloudflare pages and huggingface spaces (#3) 2026-02-13 01:24:16 +05:30
main.py migration & deployment on cloudflare pages and huggingface spaces (#3) 2026-02-13 01:24:16 +05:30
pyproject.toml migration & deployment on cloudflare pages and huggingface spaces (#3) 2026-02-13 01:24:16 +05:30
uv.lock migration & deployment on cloudflare pages and huggingface spaces (#3) 2026-02-13 01:24:16 +05:30