This branch contains the full Flask implementation of the RoboSynChallenge website.
It is the operational source branch for:
- public competition pages
- participant login with email and token
- model registry
- evaluation submission forms
- admin scheduling and publishing
- SQLite-backed persistence
FlaskSQLite- plain
CSSandJavaScript - optional local video uploads
- optional external video URLs
From this repository root:
./bootstrap.sh
source .venv/bin/activate
python app.pyThen open:
http://127.0.0.1:5000