CoolFace
Apppublic

Puchi01x/Court_Data_Fetcher_App

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes
App README

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

bash
docker build -t court-data-fetcher .
docker run -p 7860:7860 court-data-fetcher