Skip to content

Identifying the Drug using only Spatial Information of the Tablet image

Notifications You must be signed in to change notification settings

sukeshan/Identifying-the-purpose-of-the-tablet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identifying the Purpose of the Tablet

🔁 Flow

Extract the text from user given tablet image using OCR( I use PaddleOCR because of it's speed and accuracy) .Identify drug in OCR extracted text by using spatial information of the text . Finally scrap the Drug Purpose , Drug Side Effects and Drug Price from PharmEasy website.

image

🖥️ Environmental setup

git clone https://github.com/sukeshan/Identifying-the-purpose-of-the-tablet.git

pip install -r Requirements.txt

⚡ Quick Inference

from main import check

check(file : image_path , drug_only : False) # If drug_only is True ,It will only return Drug name

About

Identifying the Drug using only Spatial Information of the Tablet image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages