ModuleNotFound Error in easyocr please help me
Hi @karthik6717 ![]()
The solution is described in the following docs:
Your Python dependencies (easyocr, streamlit, etc) should go into a requirements file (E.g. requirements.txt) in your repo. For example:
# requirements.txt
numpy
streamlit==1.12.2
Pillow
easyocr
PS: For future reference, include a link to your repo rather than a screenshot of it.

