xandreiAThome/Pyscribe-Commission

Pyscribe: A Python-TrOCR driven Prototype Device for Scanning Antibiotic Prescriptions (Commission)

0

stars

13

commits

Python

primary language

May 2, 2025

updated

README

Pyscribe---Commission

Pyscribe: A Python-TrOCR driven Prototype Device for Scanning Antibiotic Prescriptions

This is the code for the Research Project Commission

Setup

  1. Create a .env file and input the API key
GEMINI_KEY=API_KEY_HERE
  1. And install the dependencies
pip install -r requirements.txt
  1. Change the constant in the app.py
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

How to run

cd app
python app.py

Contributors

xandreiAThome

13 commits

xandreiAThome/Pyscribe-Commission

Pyscribe: A Python-TrOCR driven Prototype Device for Scanning Antibiotic Prescriptions (Commission)

0

stars

13

commits

Python

primary language

May 2, 2025

updated

README

Pyscribe---Commission

Pyscribe: A Python-TrOCR driven Prototype Device for Scanning Antibiotic Prescriptions

This is the code for the Research Project Commission

Setup

  1. Create a .env file and input the API key
GEMINI_KEY=API_KEY_HERE
  1. And install the dependencies
pip install -r requirements.txt
  1. Change the constant in the app.py
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

How to run

cd app
python app.py

Contributors

xandreiAThome

13 commits

Languages

Python

100.0%