Spaces:
Sleeping
Sleeping
metadata
title: Rescraper - VTU Result Scraper
sdk: docker
app_port: 7860
Rescraper
Project By VORNIITY GROUPS
Fetch, view and export VTU results for an entire batch in seconds.
π Features
- Fast: Uses lightweight HTTP requests instead of browser automation (~3s per USN)
- Accurate: Deep learning captcha solver (ddddocr) with 95%+ first-try accuracy
- Export: Download batch results as Excel (.xlsx)
- Live Progress: Real-time status updates while scraping
- Deployable: Runs on Hugging Face Spaces via Docker
π Running Locally
pip install -r requirements.txt
python app.py
Then open http://localhost:7860 in your browser.
π¦ Deploying to Hugging Face Spaces
- Create a new Space on huggingface.co
- Select Docker as the SDK
- Push this repository to the Space
- The app will auto-deploy on port 7860
Note: Make sure to scrape results for 20β25 USNs at a time and keep an interval between each attempt.