Puchi01x/court-data-fetcher
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Court Data Fetcher & Mini-Dashboard
Objective
A Flask-based web app to fetch case details, parties, hearing dates, and PDF orders from Indian courts.
Target Court
- Faridabad District Court (https://districts.ecourts.gov.in/)
Features
- HTML UI with Flask backend.
- Case type, case number, and filing year inputs.
- SQLite database for logging queries and raw responses.
- PDF download links.
- Error handling.
Deployment
Designed for Hugging Face Spaces.
- Create new Space → Select SDK:
Docker(orPython + Flask). - Upload
app.py,requirements.txt,templates/, andREADME.md. - Hugging Face will deploy and run on port
7860.
