Skip to content

gmgalvan/medicalRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

medicalRecognition

This project is about upload photos of medicament boxes and then it retrieves data about the medicament.

Identifies medical boxes that are writen in spanish:

  • Loperamida
  • Ibuprofeno

Note: Somethimes identifies handwritten letter.

Installation

GCP Vision Api

  • Create a cred.json and save your GCP credentials.
  • Set environment variables:
    export GOOGLE_APPLICATION_CREDENTIALS="cred.json"

AWS medical comprehend Api

  • Create a .aws folder
  • Set aws credentials file and config file into the .aws folder

Usage

Run the project on port 8081:

 docker build -t appmed .
 docker run -p 8081:8081 appmed

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published