Puchi01x/Court_Data_Fetcher_App
1
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
๐ Court-Data Fetcher (Delhi High Court)
A Flask-based app that fetches case details from the Delhi High Court website using automated headless browsing.
Features
- Submit case type, number, and filing year
- Scrapes case data using undetected-chromedriver
- Logs each query in an SQLite database
- Dockerized for deployment on Hugging Face Spaces
๐ณ Run Locally with Docker
docker build -t court-data-fetcher .
docker run -p 7860:7860 court-data-fetcher
