Incognito-24/gst-reconciliation-env
0
๐งพ GST Reconciliation Environment
An OpenEnv-compliant reinforcement learning environment that simulates real-world Indian GST (Goods and Services Tax) reconciliation.
What is GST Reconciliation?
Every GST-registered business in India must monthly reconcile:
- GSTR-2A: Invoices uploaded by suppliers on the government portal
- Purchase Register: The company's own internal purchase records
Mismatches cause ITC (Input Tax Credit) losses worth crores of rupees annually. This environment trains AI agents to do this job automatically.
Tasks
API Endpoints
Setup
docker build -t gst-env .
docker run -p 7860:7860 gst-env
Save with **Ctrl+S**, then run:git add README.md
git commit -m "Fix README config for HF Space"
git push origin master:main
