In this project, I will train a YOLOv11 model to DETECT TEXT from Image and use CRNN with pretrained parameters from ResNet101 to RECOGNIZE TEXT.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtcd deployment
make initcd deployment
make deploy_ocrcd deployment
make streamlitYou can:
- Go to
localhost:8265to see the dashboard of the server - Access the Swagger UI at
localhost:8000/docs - The UI is avaiable at
localhost:8501