A Streamlit application to extract register numbers and subject codes from answer sheet images using YOLO for detection and CRNN models for text extraction.
- Python 3.8+
- CUDA-enabled GPU (optional, for faster processing)
- Model files:
weights.pt,best_crnn_model(git).pth,best_subject_model_final.pth(not included in repository due to size)
- Clone the repository:
git clone https://github.com/your-username/answer-sheet-extractor.git cd answer-sheet-extractor