From 85f6aae9911883c0f6b7800f1cebc0a564a1f2a7 Mon Sep 17 00:00:00 2001 From: Mansur Nurmukhambetov <56600275+nomomon@users.noreply.github.com> Date: Wed, 11 May 2022 11:30:37 +0200 Subject: [PATCH] WIP / For future --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7c1e52..8fb096e 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,22 @@ Our goal is to help visually impaired people to become more independent.
Jan 2022
Change from image classification to object detection (SSD Mobile Netv2). Change from naming everything to search for an object task.
+ +
OCR functionality with Tesseract. It is there, but it has bad performance.
-
Jan 2022 – Now
-
OCR functionality with Tesseract.
- +
Mar 2022
+
Began working on a react native version of the app.
+## WIP / For future + +- [ ] Improve OCR reader. +- [ ] Change to React Native. +- [ ] Transfer to cloud processing rather than on-device. +- [ ] Currency classification. Name what banknote that is seen in the camera. +- [ ] Facial recognition. Each user will have their own pool of people saved in the app for future facial recognition tasks. +- [ ] Image description. Describe what's in the image. +- [ ] _'Open with OramaVA'_ on images to do OCR/ facial recognition/ image description. + ## License All of the codebase is **MIT Licensed** unless otherwise stated.