Pyscribe: A Python-TrOCR driven Prototype Device for Scanning Antibiotic Prescriptions
GEMINI_KEY=API_KEY_HERE
pip install -r requirements.txt
TROCR_PATH = "Input trained model path here"
[!NOTE]
You may need to install the tkinter python library in linux
sudo apt-get install python3-tk
cd app
python app.py
13 commits
Python
100.0%
Pyscribe: A Python-TrOCR driven Prototype Device for Scanning Antibiotic Prescriptions
GEMINI_KEY=API_KEY_HERE
pip install -r requirements.txt
TROCR_PATH = "Input trained model path here"
[!NOTE]
You may need to install the tkinter python library in linux
sudo apt-get install python3-tk
cd app
python app.py
13 commits
Python
100.0%