dunevox/tn-election-survey-leaderboard
0
TN Election Survey Leaderboard 2026
A dashboard for the 2026 Tamil Nadu Legislative Assembly election: official-style results tables from the ECI portal, plus opinion/exit poll ranges scraped from Wikipedia and normalized to bloc seat bands.
What is in the repo
Blocs in the UI and scripts: DMK+, AIADMK+, TVK, Others (234 assembly seats).
Hugging Face Space
This Space runs the Docker image: Streamlit on port 8501, entrypoint streamlit run src/streamlit_app.py. CSVs shipped under src/data/ power the app; refresh them locally (or in CI) by running the extract scripts, then redeploy.
Local run
pip install -r requirements.txt
streamlit run src/streamlit_app.py --server.port 8501Regenerate data (from repo root, with network):
python src/extract_results.py
python src/extract_survey.pyFor day-to-day development you can also use Poetry (pyproject.toml) instead of requirements.txt.
