Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.09 KB

File metadata and controls

56 lines (37 loc) · 1.09 KB

🚀 Quick Start Guide

Get the Annex A Generator running in 5 minutes!

Step 1: Install Dependencies (1 minute)

cd backend
pip install -r requirements.txt

Step 2: Run Tests (2 minutes)

cd ..
python test_extractor.py
python test_generator.py

Both tests should pass ✅

Step 3: Start the Server (30 seconds)

cd backend
python app.py

Step 4: Open in Browser (30 seconds)

Navigate to: http://localhost:5000

Step 5: Test with Sample (1 minute)

  1. Upload: docs/Sigma Finstock Trust_Draft Form A_v4_17.01.25.docx
  2. Verify extracted data
  3. Fill in:
    • Place: Mumbai
    • Date: (today's date - pre-filled)
    • Signatory: John Doe
    • Designation: Authorized Signatory
  4. Click "Generate Annex A Document"
  5. Download and open in Word

✅ Done!

You should now have a generated Annex A document ready for SEBI submission.


Having issues? Check the detailed SETUP_GUIDE.md

Want to understand the system? Read the README.md

Need technical details? Review the COMPLETE_PRD.md