Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 699 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 699 Bytes

PMed_OCR

Platform

Table Of Contents

Introduction

This repository is the machine learning part for the PMed Project.

This repository contains the data preprocessing, model training, converting model to tflite, and android demo app.

Selected Theme

Healthcare & Animal Welfare

Instruction

  1. Train the model using the transfer learning notebook file
  2. Convert the model to TF Lite using the converting model to tflite file
  3. Change the tflite file in the android demo app to test the trained model