SlideShare a Scribd company logo
1 of 10
Download to read offline
Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022
DOI:10.5121/cseij.2022.12614 145
RECOGNIZATION HOLIC- MEDICINE DETECTION
USING DEEP LEARNING TECHNIQUES
Kayethri D, Dharunya R, Harini M
ABSTRACT
Everyone's life is significantly impacted by medicine. The rate at which a certain disease's treatment is
discovered is rising daily. Therefore, it is important for people to be attentive when taking their
medications and that they are knowledgeable about them. Providing various medication-related
capabilities such as reminders to take medications on time, prescription information, and to aid chronic
patients in taking numerous medications appropriately and avoiding taking the wrong medications, which
may create drug interactions. The RECOGNIZATION HOLIC programme uses deep learning to create an
intelligent system for identifying medications. By matching the text in the image with the dataset, which
contains various drug names and their descriptions, the dataset can be displayed in this application. The
scanned image is used to extract the text. By using an optical character recognition algorithm and tensor
flow character training in the Android operating system, the text is recovered from the scanned image of
the medication label. The reminder option with the medicine photo and the time to taketheir medicine is
added into this application to help the people who might take the wrong medicine or forget to acquire the
medicine. This software assists patients in taking their medications properly and at the ideal time.
KEYWORDS
Deep learning, Optical Character Recognition, Keras, Medicine recognition, Tensor Flow, recognization
holic app.
1. INTRODUCTION
Nearly 480 million people in the 7.5 billion-person world suffer from chronic illnesses. The
World Health Organization (WHO) reported that 1.4 billion chronic diseases were brought on by
the elderly. Due to age and a decline in physiological function, elderly persons run the risk of
taking the incorrect medication. The WHO also stated that improper drug usage accounts for one-
third of all fatalities worldwide. The patient is not aware of the medications they took. Due to the
enormous range of medications used by patients, classifying them is a more difficult task, and
misclassifying a medication increases the risk of taking the incorrect medication. An application
that uses character recognition to find the name of the medication and provides a description of
how the medication is used to treat the disease. With tablet photos and the current time, this
programme reminds the user when to take their medications. It also offers a multilingual voice
description option.
The user should use a mobile camera to take a picture of the tablet label first. In order to integrate
photos into theprogramme, android API is added. Java is the language utilised in this case, and
the software application employed is called Android Studio. The tablet name from the image is
then displayed in text form by training the application with character recognition. For character
recognition training, we use Tensor Flow and Android's Keras package.
The language used here is Python and the tool used is Aanconda. When you find the drug name,
this application willshow the drug description. This is possible by matching the drug name to the
record and retrieving the information from the record. Store and retrieve data using Firebase.
Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022
146
Firebase stores the names of medicines and the ailments they are used to treat. The application
also delivers Google Cloud Text-to-Speech API descriptive voice messages on Android with
multilingual options. This application has the advantage that the user can set the rest with a
picture and time on the tablet so that it can be reminded when to take the medicine. This
application helps people who want to take their medicine on their busy schedule.
2. RELATED WORKS
[1] This application is based on tracking and tracing wine bottles using computer vision to read
serial numberson wine labels. This application used the Tesseract OCR engine. The application
has been tested to use real-looking images of wine serial numbers. [2] This paper proposed
character recognition of Yi based on OCR. The system uses the jTeesBox editor to extract the Yi
character and train on 900 images to preserve its writing features and thereby identify the correct
character. This experiment gives an accuracy of 85.9%. [3] The application uses optical character
recognition to extract information from invoices, extract information from receipts from images,
open resumes for text extraction and image processing respectively.. [4] This application is
intended for complex industrial environments, methods for detecting and recognizing characters
on the surface of metal workpieces. The results show a detection rate of 98.6% and high
efficiency and performance. [5] This system aims to acquire content and summarize visual
information from images. This application uses text localization, segmentation, and binarization
techniques to extract text. [6] The system tackles offline learning of Kannada handwriting by
optical character recognition and learning between different machine learning and deep learning
models. The model achieves 5% accuracy. [7] The system is based on a neural network of offline
Latin numerals and alphabetic characters, where characters are extracted from images and given
as input to the neural network for the recognition process. The neural network is trained using
19,422 sample alphabets and 7,720 numbers written in 150 handwriting styles. [8] This document
describes how OCR works at different stages to identify various shortcomings of traditional
systems. [9]This application uses MATLAB's Neural Network Toolbox to recognize letters,
numbers, and special characters. The accuracy of this application depends on the input resolution.
[10] This paper addresses data, efficiency, and integration challenges by adding HTR capabilities
for multilingual OCR systems. This application introduces the possibility of integrating HTR
models into his OCR system and demonstrates the accuracy of LSTM-based models.
[11] The paper aimed to create a pillbox for visually impaired patients to take drugs that achieved
a 100% success rate. [12] The system uses an OCR deep learning approach to analyze how pages
score and recognize Bengali text documents.. [13] Software that ranks pills using consumer
prescription pill images that match reference pill images in the RxIMAGE library. The software
takes consumer-quality images as input and produces the top 5 correct images with 43%, 12%,
and 11% probability after training on a dataset of 5000 consumer images. [14] This medicine
chest recognition system uses a three-step approach of barcode recognition, text recognition and
feature matching technology, and uses a camera attached to the device to identify the medicine
chest and recognize the medicine with an 80% success rate. Used to provide information. [15]
The deep learning model aims to identify blister-filled drugs with over 90% accuracy using
traditional computer vision solutions. [16] An automatic tablet recognition system uses the
imprint extraction and description part to use the imprint information as an algorithm. Infootprint
extraction, this system-modified stroke-width transform is employed for coherence, and image
segmentation by loopy belief propagation is added to incoherence. Detailed impression
description uses a new descriptor called the two-level sampling distance set. This gives us a
match accuracy of 90.46%.
Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022
147
3. PROPOSED METHODOLOGY
3.1. Optical Character Recognition Algorithm (OCR)
This project uses an optical character recognition algorithm to recognize characters. The general
purpose of OCR is to convert typed, handwritten, or printed text images into text form. This
project primarily uses his OCR algorithm to convert text from pharmaceutical label images.
Prediction to recognize characters is a trivial task, because to use the OCR algorithm, the images
must be preprocessed images to train the characters. Therefore, the image of the drug label is the
input. This pharmaceutical label scanning application incorporates Android API functionality. It
can be viewed as a preprocessed image for character recognition.
3.2. Firebase
Firebase is a backend as a service. We provide developers with a variety of tools and services
that help them build quality apps, grow their user base, and generate revenue. It is based on
Google's infrastructure. Firebase is classified as a NoSQL database program that stores data in
JSON-like documents. Explicitly store drug names and their descriptions in the dataset. Store
and retrieve datasets using Firebase. If the text and drug name match in the record, the user will
see the drug description.
3.3. Text-to-Speech (TTS) Algorithm
This text-to-speech is used to convert text into voice messages. This is an additional feature we
added to this paper because it's easier to remember a drug's name by hearing it than by seeing
it. Get the drug description after predicting the text from character recognition. This is
considered input to the text-to-speech algorithm. Thisdescription is provided in verbal format.
FIGURE 1. Architecture of Text to Speech Recognition Architecture
Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022
148
FIGURE 2. Image Recognition in Mobile App
4. SOFTWARE IMPLEMENTATION
Deep learning is the concept of learning data from inputs by using algorithms to train neural
networks. Using a neural network consists of training the network to recognize text, images,
etc. By concluding the above statements, this application is based on the concept of deep
learning and specifically provides training for recognizing images that are pharmaceutical
labels for this application. Deep learning he consists of three layers. H. An input layer that
receives images as data, a hidden layer that is used to train on the data, and an output layer that
produces prediction outputs.
Tensor Flow is an open-source library used for training networks in deep learning. A library
that provides a high-level API so that the library itself can do all the work without preparing a
network or program for Neuron or configuring Neuron. The text font is different for each drug
label image. Here, tensorflow with the Python language plays a major role by training it for
that task. Keras is an open source library that serves as a Python interface for the Tensor Flow
library. Here, Keras is considered one of the metrics for this application because using Keras
with Tensor Flow is much easier to implement and minimizes the number of user actions. This
application takes an image of a drug label as input, uses Keras to train Tensor Flow on the
image, and uses an OCR algorithm to predict text from the image, which is the name of the
drug.
Android Studio is an integrated development environment (IDE) for developing Android
applications. Android Studio is the official integrated development environment (IDE) for
Google's Android operating system, built on top of JetBrains' IntelliJ IDEA software and
designed specifically for Android development. Designed specifically for Android, it speeds up
development and helps you create top quality apps for any Android device. It offers tools
specifically tailored for Android developers, including extensive code editing, debugging,
testing, and profilingtools. Downloads are available for Windows, Mac OS, and Linux-based
operating systems. It replaces the Eclipse Android Development Tools (ADT) as the leading
IDE for developing native Android applications. The official language for Android
development is Java. Most of Android is written in Java, and its API is primarily developed in
Java. The rest of the options and voice message delivery are done using Android Studio using
the JAVA language.
Anaconda is an open-source platform dedicated to scientific approaches, primarily data
science, data processing, machine learning approaches, and large-scale data processing.
Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022
149
Anaconda is installed with Jupyter Lab, Spyder Notebook. The Jupyter box is booted with
Anaconda software. These documents are an ideal place to put together an analysis description
and can be used to perform real-time performance using data analysis. Therefore, the
Anaconda platform uses Tensor Flow and Keras libraries.
5. RESULT AND DISCUSSION
FIGURE 3. Front Page of Mobile App with Detection and Remainder Switch
FIGURE 4. Detection Page
Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022
150
FIGURE 5. Recognition of Medicine Text Image
FIGURE 6. Retrieval of Medicine Description
Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022
151
FIGURE 7. Remainder Page
FIGURE 8. Features of Remainder Page
Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022
152
FIGURE 9. Recognition of Medicine Image
FIGURE 10. Creation of Remainder for Recognized Medicine
Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022
153
6. CONCLUSION
The proposed system takes into account that the relevant data for this application are medicines
for various ailments of patients. Using deep learning technology for given input data, the drug
name is recognized by optical character recognition character analysis, and the drug name and
its explanation are displayed. The dataset contains a large number of drug names taken daily by
patients. The system can notify patients of medication times and provide medication photos on
their Android phone. As a result, chronic patients do not have to worry about forgetting to take
their medicine. The proposed system can reduce the problem of wrong medication,
thereby providing a safemedication environment for chronically ill patients.
REFERENCES
[1] Cakic, Stevan, Popovic, Tomo, Sandi, Stevan, Krco, Srdan, Gazivoda, Anita. The Use Of
Tesseract OCR Number Recognition For Food Tracking And Tracing. 2020 24th International
Conference On Information Technology (IT), 2020. IEEE
[2] Peiyu Sun, Qiuyan Xie, Zhaokang Wu, Xiaoyu Feng, Jiajun Cai, Yulian Jiang. Yi Characters
Recognition Based On Tesseract-Ocr 2019 IEEE 3rd Advanced Information Management,
Communicates, Electronic And Automation Control Conference (IMCEC), 2019. IEEE
[3] Vedant Kumar, Pratyush Kaware, Pradhuman Singh, Reena Sonkusare, Siddhant Kumar.
Extraction Of Information From Bill Receipts Using Optical Character Recognition, 2020
International Conference On Smart Electronics And Communication (ICOSEC), 2020. IEEE.
[4] Jing Li; Tao Huang, Yilei Yang, Qi Xu. Detection And Recognition Of Characters On The
Surface Of Metal Workpieces With Complex Background. 2020 IEEE 4th Information
Technology, Networking, Electronic And Automation Control Conference (ITNEC)
[5] Chandni Kaundilya, Diksha Chawla, Yatin Chopra . Automated Text Extraction From Images
Using OCR System 2019 6th International Conference On Computing For Sustainable Global
Development (Indiacom). 2019. IEEE.
[6] Jamshed Memon, Maira Sami, Rizwan Ahmed Khan, Mueen Uddin . Handwritten Optical
Character Recognition (OCR): A Comprehensive Systematic Literature Review (SLR) IEEE
Access (Volume: 8) 28 July 2020.IEEE.
[7] Kevin George Joe; Meghna Savit; K. Chandrasekaran Offline Character Recognition On
Segmented Handwritten Kannada Characters 2019 Global Conference For Advancement In
Technology (GCAT), 2019 IEEE.
[8] Adeel Yousaf; Muhammad Junaid Khan; Muhammad Jaleed Khan; Nizwa Javed; Haroon
Ibrahim; Khurram Khurshid; Size Invariant Handwritten Character Recognition Using Single
Layer Feedforward Backpropagation Neural Networks 2019 2nd International Conference On
Computing, Mathematics And Engineering Technologies (ICOMET). 2019 IEEE.
[9] Harneet Singh; Anmol Sachan A Proposed Approach For Character Recognition Using
Document Analysis With Ocr 2018 Second International Conference On Intelligent Computing
And Control Systems (ICICCS) 2018. IEEE.
[10] Desai Hinduja; R. Dheebhika; T. Prem Jacob. Enhanced Character Recognition Using Deep
Neural Network-A Survey 2019 International Conference On Communication And Signal
Processing (ICCSP). 2019. IEEE.
[11] R. Reeve Ingle; Yasuhisa Fujii; Thomas Deselaers; Jonathan Baccash; Ashok C. Popat A
Scalable Handwritten Text Recognition System 2019 International Conference On Document
Analysis And Recognition (ICDAR). 2019 IEEE.
[12] Christian Clausner; Apostolos Antonacopoulos; Tom Derrick; Stefan Pletschacher ICDAR2019
Competition OnRecognition Of Early Indian Printed Documents – Reid2019. 2019 International
Conference On Document Analysis And Recognition (ICDAR). 2019 IEEE.
[13] Z. Yaniv, J. Faruque, S. Howe, K. Dunn, D. Sharlip, A. Bond, P. Perillan, O. Bodenreider, M. J.
Ackerman, AndT. S. Yoo, “The National Library Of Medicine Pill Image Recognition
Challenge: An Initial Report,” In Proceedings Of The 2016 IEEE Applied Imagery Pattern
Recognition Workshop (AIPR), 2016.
Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022
154
[14] B. Riheiro, N. Vlves, M. Guevara, And L. Magalhães, “A Three-Staged Approach To Medicine
Box Recognition,” In Proceedings Of The 2017 Encontro Português De Computação Gráficae
Interação (EPCGI), 2017
[15] J.-S. Wang, A. M. Ambikapathi, Y. Han, S.-L. Chung, H.-W. Ting, And C.-F. Chen,
“Highlighted Deep Learning Based Identification Of Pharmaceutical Blister Packages,” In
Proceedings Of The 2018 IEEE 23rd International Conference On Emerging Technologies And
Factory Automation (ETFA), 2018.
[16] Tan Chiang Wei; U. U. Sheikh; Ab Al-Hadi Ab Rahman. Improved Optical Character
Recognition With Deep Neural Network 2018 IEEE 14th International Colloquium On Signal
Processing & Its Applications (CSPA). 2018,IEEE.
[17] Abin M Sabu; Anto Sahaya Das. A Survey On Various Optical Character Recognition
Techniques. 2018 Conference On Emerging Devices And Smart Systems (ICEDSS). 2018, IEEE.
[18] Harneet Singh; Anmol Sachan. A Proposed Approach For Character Recognition Using
Document Analysis With OCR. 2018 Second International Conference On Intelligent Computing
And Control Systems (ICICCS). 2018, IEEE
[19] Juthada Suwanthara; Areena Noinongyao; Sirion Vittayakorn Wisemed: Medication Reminder
For Seniors 2019 23rd International Computer Science And Engineering Conference (ICSEC).
2020, IEEE
[20] Emmanuel Luis D. Villanueva; John De Guzman Tarampi; Alvin Joshua M. Cayetano; Noel B.
Linsangan Braille-Based Pillbox For Visually Impaired With Audio Reminder. 2020 4rd
International Conference On Electrical, Telecommunication And Computer Engineering
(ELTICOM). 2020, IEEE.
[21] Prof. Jain Stoble B. Pill Reminder And Prescription Digitalization Application Using Php And
Android. IJISET - International Journal Of Innovative Science, Engineering & Technology, Vol.
7 Issue 7, July 2020 Issn (Online)
[22] Sultan Ahmad, Mahamudul Hasan , Gouse Pasha Mohammed, Mohammad Shahabuddin , Tasnia
Tabassum And Mustafa Wasif Allvi. Iot Based Pill Reminder And Monitoring System IJCSNS
International Journal Of Computer Science And Network Security, Vol.20 No.7, July 2020.
[23] Mohammed Abdul Kader; Mohammad Nayim Uddin; Asif Mohammad Arfi; Naeemul Islam;
Md. Anisuzzaman. Design & Implementation Of An Automated Reminder Medicine Box For
Old People And Hospital. 2018 International Conference On Innovations In Science, Engineering
And Technology (ICISET). 2018, IEEE.
[24] Shawn Benedict Kumar; Wei Wei Goh; Sumathi Balakrishnan. Smart Medicine Reminder
Device For The Elderly. Smart Medicine Reminder Device For The Elderly 2018, IEEE.
[25] Nausheen Fatima, Praveen Hipparge Iot Driven Smart Pill Box To Remind Of Consumption
International Research Journal Of Engineering And Technology (IRJET) E-Issn: 2395-0056
Volume: 06 Issue: 06 | June 2019
[26] P. Ranjana; Elizabeth Alexander Health Alert And Medicine Remainder Using Internet Of
Things 2018 IEEE International Conference On Computational Intelligence And Computing
Research (ICCIC). 2018, IEEE.
[27] Pk Nijiya Jabin Najeeb; Aysha Rimna; Kp Safa; M Silvana; Tk Adarsh. Pill Care-The Smart Pill
Box With Remind, Authenticate And Confirmation Function. 2018 International Conference On
Emerging Trends And Innovations In Engineering And Technological Research (Icetietr). 2018,
IEEE.
[28] Ali Tourani , Asadollah Shahbahrami , Sajjad Soroori , Saeed Khazaee , And Ching Yee Suen A
Robust Deep Learning Approach For Automatic Iranian Vehicle License Plate Detection And
Recognition For Surveillance Systems. 2020, Ieee
[29] P. Verma And S. K. Sood, “Fog Assisted-Iot Enabled Patient Health Monitoring In Smart
Homes,” IEEE Internet Of Things Journal, Vol. 5, No. 3, Pp. 1789-1796, 2018

More Related Content

Similar to RECOGNIZATION HOLIC- MEDICINE DETECTION USING DEEP LEARNING TECHNIQUES

Voice based Application as Medicine Spotter for Visually Impaired
Voice based Application as Medicine Spotter for Visually ImpairedVoice based Application as Medicine Spotter for Visually Impaired
Voice based Application as Medicine Spotter for Visually ImpairedIRJET Journal
 
Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...IRJET Journal
 
Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition IJECEIAES
 
Plant Disease Doctor App
Plant Disease Doctor AppPlant Disease Doctor App
Plant Disease Doctor AppIRJET Journal
 
Image recognition
Image recognitionImage recognition
Image recognitionJoel Jose
 
Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningIRJET Journal
 
Facial Recognition and Detection Technical Review
Facial Recognition and Detection Technical ReviewFacial Recognition and Detection Technical Review
Facial Recognition and Detection Technical ReviewTkeyah Anderson
 
Robotic process automation (RPA) is the application of technology that allows...
Robotic process automation (RPA) is the application of technology that allows...Robotic process automation (RPA) is the application of technology that allows...
Robotic process automation (RPA) is the application of technology that allows...shailajawesley023
 
Real Time Image Based Attendance System using Python
Real Time Image Based Attendance System using PythonReal Time Image Based Attendance System using Python
Real Time Image Based Attendance System using PythonIRJET Journal
 
Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...
Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...
Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...Vladimir Kulyukin
 
Person identification based on facial biometrics in different lighting condit...
Person identification based on facial biometrics in different lighting condit...Person identification based on facial biometrics in different lighting condit...
Person identification based on facial biometrics in different lighting condit...IJECEIAES
 
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET Journal
 
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...ijtsrd
 
Emerging Technologies in Healthcare
Emerging Technologies in HealthcareEmerging Technologies in Healthcare
Emerging Technologies in HealthcareVirendra Prasad
 
Optimizing Hospital-Patient Interactions through Advanced Machine Learning an...
Optimizing Hospital-Patient Interactions through Advanced Machine Learning an...Optimizing Hospital-Patient Interactions through Advanced Machine Learning an...
Optimizing Hospital-Patient Interactions through Advanced Machine Learning an...IRJET Journal
 
Android Based Application to Ensure Medical Adherence: CareWise
Android Based Application to Ensure Medical Adherence: CareWiseAndroid Based Application to Ensure Medical Adherence: CareWise
Android Based Application to Ensure Medical Adherence: CareWiseDr. Amarjeet Singh
 
INFORMATION EXTRACTION FROM PRODUCT LABELS: A MACHINE VISION APPROACH
INFORMATION EXTRACTION FROM PRODUCT LABELS: A MACHINE VISION APPROACHINFORMATION EXTRACTION FROM PRODUCT LABELS: A MACHINE VISION APPROACH
INFORMATION EXTRACTION FROM PRODUCT LABELS: A MACHINE VISION APPROACHijaia
 

Similar to RECOGNIZATION HOLIC- MEDICINE DETECTION USING DEEP LEARNING TECHNIQUES (20)

Executive summary
Executive summaryExecutive summary
Executive summary
 
Voice based Application as Medicine Spotter for Visually Impaired
Voice based Application as Medicine Spotter for Visually ImpairedVoice based Application as Medicine Spotter for Visually Impaired
Voice based Application as Medicine Spotter for Visually Impaired
 
Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...
 
Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition
 
Plant Disease Doctor App
Plant Disease Doctor AppPlant Disease Doctor App
Plant Disease Doctor App
 
Image recognition
Image recognitionImage recognition
Image recognition
 
ICTer conference2014extendedabstract
ICTer conference2014extendedabstractICTer conference2014extendedabstract
ICTer conference2014extendedabstract
 
COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...
COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...
COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...
 
Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep Learning
 
Facial Recognition and Detection Technical Review
Facial Recognition and Detection Technical ReviewFacial Recognition and Detection Technical Review
Facial Recognition and Detection Technical Review
 
Robotic process automation (RPA) is the application of technology that allows...
Robotic process automation (RPA) is the application of technology that allows...Robotic process automation (RPA) is the application of technology that allows...
Robotic process automation (RPA) is the application of technology that allows...
 
Real Time Image Based Attendance System using Python
Real Time Image Based Attendance System using PythonReal Time Image Based Attendance System using Python
Real Time Image Based Attendance System using Python
 
Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...
Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...
Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...
 
Person identification based on facial biometrics in different lighting condit...
Person identification based on facial biometrics in different lighting condit...Person identification based on facial biometrics in different lighting condit...
Person identification based on facial biometrics in different lighting condit...
 
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
 
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
 
Emerging Technologies in Healthcare
Emerging Technologies in HealthcareEmerging Technologies in Healthcare
Emerging Technologies in Healthcare
 
Optimizing Hospital-Patient Interactions through Advanced Machine Learning an...
Optimizing Hospital-Patient Interactions through Advanced Machine Learning an...Optimizing Hospital-Patient Interactions through Advanced Machine Learning an...
Optimizing Hospital-Patient Interactions through Advanced Machine Learning an...
 
Android Based Application to Ensure Medical Adherence: CareWise
Android Based Application to Ensure Medical Adherence: CareWiseAndroid Based Application to Ensure Medical Adherence: CareWise
Android Based Application to Ensure Medical Adherence: CareWise
 
INFORMATION EXTRACTION FROM PRODUCT LABELS: A MACHINE VISION APPROACH
INFORMATION EXTRACTION FROM PRODUCT LABELS: A MACHINE VISION APPROACHINFORMATION EXTRACTION FROM PRODUCT LABELS: A MACHINE VISION APPROACH
INFORMATION EXTRACTION FROM PRODUCT LABELS: A MACHINE VISION APPROACH
 

More from CSEIJJournal

Reliability Improvement with PSP of Web-Based Software Applications
Reliability Improvement with PSP of Web-Based Software ApplicationsReliability Improvement with PSP of Web-Based Software Applications
Reliability Improvement with PSP of Web-Based Software ApplicationsCSEIJJournal
 
DATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTION
DATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTIONDATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTION
DATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTIONCSEIJJournal
 
Call for Articles - Computer Science & Engineering: An International Journal ...
Call for Articles - Computer Science & Engineering: An International Journal ...Call for Articles - Computer Science & Engineering: An International Journal ...
Call for Articles - Computer Science & Engineering: An International Journal ...CSEIJJournal
 
A Complexity Based Regression Test Selection Strategy
A Complexity Based Regression Test Selection StrategyA Complexity Based Regression Test Selection Strategy
A Complexity Based Regression Test Selection StrategyCSEIJJournal
 
XML Encryption and Signature for Securing Web Services
XML Encryption and Signature for Securing Web ServicesXML Encryption and Signature for Securing Web Services
XML Encryption and Signature for Securing Web ServicesCSEIJJournal
 
Performance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image Retrieval
Performance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image RetrievalPerformance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image Retrieval
Performance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image RetrievalCSEIJJournal
 
Call for Papers - Computer Science & Engineering: An International Journal (C...
Call for Papers - Computer Science & Engineering: An International Journal (C...Call for Papers - Computer Science & Engineering: An International Journal (C...
Call for Papers - Computer Science & Engineering: An International Journal (C...CSEIJJournal
 
Paper Submission - Computer Science & Engineering: An International Journal (...
Paper Submission - Computer Science & Engineering: An International Journal (...Paper Submission - Computer Science & Engineering: An International Journal (...
Paper Submission - Computer Science & Engineering: An International Journal (...CSEIJJournal
 
Performance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image Retrieval
Performance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image RetrievalPerformance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image Retrieval
Performance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image RetrievalCSEIJJournal
 
Call for Papers - Computer Science & Engineering: An International Journal (C...
Call for Papers - Computer Science & Engineering: An International Journal (C...Call for Papers - Computer Science & Engineering: An International Journal (C...
Call for Papers - Computer Science & Engineering: An International Journal (C...CSEIJJournal
 
Lightweight Certificateless Authenticated Key Agreement Protocoln
Lightweight Certificateless Authenticated Key Agreement ProtocolnLightweight Certificateless Authenticated Key Agreement Protocoln
Lightweight Certificateless Authenticated Key Agreement ProtocolnCSEIJJournal
 
Call for Papers - Computer Science & Engineering: An International Journal (C...
Call for Papers - Computer Science & Engineering: An International Journal (C...Call for Papers - Computer Science & Engineering: An International Journal (C...
Call for Papers - Computer Science & Engineering: An International Journal (C...CSEIJJournal
 
Recommendation System for Information Services Adapted, Over Terrestrial Digi...
Recommendation System for Information Services Adapted, Over Terrestrial Digi...Recommendation System for Information Services Adapted, Over Terrestrial Digi...
Recommendation System for Information Services Adapted, Over Terrestrial Digi...CSEIJJournal
 
Reconfiguration Strategies for Online Hardware Multitasking in Embedded Systems
Reconfiguration Strategies for Online Hardware Multitasking in Embedded SystemsReconfiguration Strategies for Online Hardware Multitasking in Embedded Systems
Reconfiguration Strategies for Online Hardware Multitasking in Embedded SystemsCSEIJJournal
 
Performance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing ProtocolsPerformance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing ProtocolsCSEIJJournal
 
Adaptive Stabilization and Synchronization of Hyperchaotic QI System
Adaptive Stabilization and Synchronization of Hyperchaotic QI SystemAdaptive Stabilization and Synchronization of Hyperchaotic QI System
Adaptive Stabilization and Synchronization of Hyperchaotic QI SystemCSEIJJournal
 
An Energy Efficient Data Secrecy Scheme For Wireless Body Sensor Networks
An Energy Efficient Data Secrecy Scheme For Wireless Body Sensor NetworksAn Energy Efficient Data Secrecy Scheme For Wireless Body Sensor Networks
An Energy Efficient Data Secrecy Scheme For Wireless Body Sensor NetworksCSEIJJournal
 
To improve the QoS in MANETs through analysis between reactive and proactive ...
To improve the QoS in MANETs through analysis between reactive and proactive ...To improve the QoS in MANETs through analysis between reactive and proactive ...
To improve the QoS in MANETs through analysis between reactive and proactive ...CSEIJJournal
 
Topic Tracking for Punjabi Language
Topic Tracking for Punjabi LanguageTopic Tracking for Punjabi Language
Topic Tracking for Punjabi LanguageCSEIJJournal
 
EXPLORATORY DATA ANALYSIS AND FEATURE SELECTION FOR SOCIAL MEDIA HACKERS PRED...
EXPLORATORY DATA ANALYSIS AND FEATURE SELECTION FOR SOCIAL MEDIA HACKERS PRED...EXPLORATORY DATA ANALYSIS AND FEATURE SELECTION FOR SOCIAL MEDIA HACKERS PRED...
EXPLORATORY DATA ANALYSIS AND FEATURE SELECTION FOR SOCIAL MEDIA HACKERS PRED...CSEIJJournal
 

More from CSEIJJournal (20)

Reliability Improvement with PSP of Web-Based Software Applications
Reliability Improvement with PSP of Web-Based Software ApplicationsReliability Improvement with PSP of Web-Based Software Applications
Reliability Improvement with PSP of Web-Based Software Applications
 
DATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTION
DATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTIONDATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTION
DATA MINING FOR STUDENTS’ EMPLOYABILITY PREDICTION
 
Call for Articles - Computer Science & Engineering: An International Journal ...
Call for Articles - Computer Science & Engineering: An International Journal ...Call for Articles - Computer Science & Engineering: An International Journal ...
Call for Articles - Computer Science & Engineering: An International Journal ...
 
A Complexity Based Regression Test Selection Strategy
A Complexity Based Regression Test Selection StrategyA Complexity Based Regression Test Selection Strategy
A Complexity Based Regression Test Selection Strategy
 
XML Encryption and Signature for Securing Web Services
XML Encryption and Signature for Securing Web ServicesXML Encryption and Signature for Securing Web Services
XML Encryption and Signature for Securing Web Services
 
Performance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image Retrieval
Performance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image RetrievalPerformance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image Retrieval
Performance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image Retrieval
 
Call for Papers - Computer Science & Engineering: An International Journal (C...
Call for Papers - Computer Science & Engineering: An International Journal (C...Call for Papers - Computer Science & Engineering: An International Journal (C...
Call for Papers - Computer Science & Engineering: An International Journal (C...
 
Paper Submission - Computer Science & Engineering: An International Journal (...
Paper Submission - Computer Science & Engineering: An International Journal (...Paper Submission - Computer Science & Engineering: An International Journal (...
Paper Submission - Computer Science & Engineering: An International Journal (...
 
Performance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image Retrieval
Performance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image RetrievalPerformance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image Retrieval
Performance Comparison of PCA,DWT-PCA And LWT-PCA for Face Image Retrieval
 
Call for Papers - Computer Science & Engineering: An International Journal (C...
Call for Papers - Computer Science & Engineering: An International Journal (C...Call for Papers - Computer Science & Engineering: An International Journal (C...
Call for Papers - Computer Science & Engineering: An International Journal (C...
 
Lightweight Certificateless Authenticated Key Agreement Protocoln
Lightweight Certificateless Authenticated Key Agreement ProtocolnLightweight Certificateless Authenticated Key Agreement Protocoln
Lightweight Certificateless Authenticated Key Agreement Protocoln
 
Call for Papers - Computer Science & Engineering: An International Journal (C...
Call for Papers - Computer Science & Engineering: An International Journal (C...Call for Papers - Computer Science & Engineering: An International Journal (C...
Call for Papers - Computer Science & Engineering: An International Journal (C...
 
Recommendation System for Information Services Adapted, Over Terrestrial Digi...
Recommendation System for Information Services Adapted, Over Terrestrial Digi...Recommendation System for Information Services Adapted, Over Terrestrial Digi...
Recommendation System for Information Services Adapted, Over Terrestrial Digi...
 
Reconfiguration Strategies for Online Hardware Multitasking in Embedded Systems
Reconfiguration Strategies for Online Hardware Multitasking in Embedded SystemsReconfiguration Strategies for Online Hardware Multitasking in Embedded Systems
Reconfiguration Strategies for Online Hardware Multitasking in Embedded Systems
 
Performance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing ProtocolsPerformance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
Performance Comparison and Analysis of Mobile Ad Hoc Routing Protocols
 
Adaptive Stabilization and Synchronization of Hyperchaotic QI System
Adaptive Stabilization and Synchronization of Hyperchaotic QI SystemAdaptive Stabilization and Synchronization of Hyperchaotic QI System
Adaptive Stabilization and Synchronization of Hyperchaotic QI System
 
An Energy Efficient Data Secrecy Scheme For Wireless Body Sensor Networks
An Energy Efficient Data Secrecy Scheme For Wireless Body Sensor NetworksAn Energy Efficient Data Secrecy Scheme For Wireless Body Sensor Networks
An Energy Efficient Data Secrecy Scheme For Wireless Body Sensor Networks
 
To improve the QoS in MANETs through analysis between reactive and proactive ...
To improve the QoS in MANETs through analysis between reactive and proactive ...To improve the QoS in MANETs through analysis between reactive and proactive ...
To improve the QoS in MANETs through analysis between reactive and proactive ...
 
Topic Tracking for Punjabi Language
Topic Tracking for Punjabi LanguageTopic Tracking for Punjabi Language
Topic Tracking for Punjabi Language
 
EXPLORATORY DATA ANALYSIS AND FEATURE SELECTION FOR SOCIAL MEDIA HACKERS PRED...
EXPLORATORY DATA ANALYSIS AND FEATURE SELECTION FOR SOCIAL MEDIA HACKERS PRED...EXPLORATORY DATA ANALYSIS AND FEATURE SELECTION FOR SOCIAL MEDIA HACKERS PRED...
EXPLORATORY DATA ANALYSIS AND FEATURE SELECTION FOR SOCIAL MEDIA HACKERS PRED...
 

Recently uploaded

OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...Call girls in Ahmedabad High profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 

RECOGNIZATION HOLIC- MEDICINE DETECTION USING DEEP LEARNING TECHNIQUES

  • 1. Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022 DOI:10.5121/cseij.2022.12614 145 RECOGNIZATION HOLIC- MEDICINE DETECTION USING DEEP LEARNING TECHNIQUES Kayethri D, Dharunya R, Harini M ABSTRACT Everyone's life is significantly impacted by medicine. The rate at which a certain disease's treatment is discovered is rising daily. Therefore, it is important for people to be attentive when taking their medications and that they are knowledgeable about them. Providing various medication-related capabilities such as reminders to take medications on time, prescription information, and to aid chronic patients in taking numerous medications appropriately and avoiding taking the wrong medications, which may create drug interactions. The RECOGNIZATION HOLIC programme uses deep learning to create an intelligent system for identifying medications. By matching the text in the image with the dataset, which contains various drug names and their descriptions, the dataset can be displayed in this application. The scanned image is used to extract the text. By using an optical character recognition algorithm and tensor flow character training in the Android operating system, the text is recovered from the scanned image of the medication label. The reminder option with the medicine photo and the time to taketheir medicine is added into this application to help the people who might take the wrong medicine or forget to acquire the medicine. This software assists patients in taking their medications properly and at the ideal time. KEYWORDS Deep learning, Optical Character Recognition, Keras, Medicine recognition, Tensor Flow, recognization holic app. 1. INTRODUCTION Nearly 480 million people in the 7.5 billion-person world suffer from chronic illnesses. The World Health Organization (WHO) reported that 1.4 billion chronic diseases were brought on by the elderly. Due to age and a decline in physiological function, elderly persons run the risk of taking the incorrect medication. The WHO also stated that improper drug usage accounts for one- third of all fatalities worldwide. The patient is not aware of the medications they took. Due to the enormous range of medications used by patients, classifying them is a more difficult task, and misclassifying a medication increases the risk of taking the incorrect medication. An application that uses character recognition to find the name of the medication and provides a description of how the medication is used to treat the disease. With tablet photos and the current time, this programme reminds the user when to take their medications. It also offers a multilingual voice description option. The user should use a mobile camera to take a picture of the tablet label first. In order to integrate photos into theprogramme, android API is added. Java is the language utilised in this case, and the software application employed is called Android Studio. The tablet name from the image is then displayed in text form by training the application with character recognition. For character recognition training, we use Tensor Flow and Android's Keras package. The language used here is Python and the tool used is Aanconda. When you find the drug name, this application willshow the drug description. This is possible by matching the drug name to the record and retrieving the information from the record. Store and retrieve data using Firebase.
  • 2. Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022 146 Firebase stores the names of medicines and the ailments they are used to treat. The application also delivers Google Cloud Text-to-Speech API descriptive voice messages on Android with multilingual options. This application has the advantage that the user can set the rest with a picture and time on the tablet so that it can be reminded when to take the medicine. This application helps people who want to take their medicine on their busy schedule. 2. RELATED WORKS [1] This application is based on tracking and tracing wine bottles using computer vision to read serial numberson wine labels. This application used the Tesseract OCR engine. The application has been tested to use real-looking images of wine serial numbers. [2] This paper proposed character recognition of Yi based on OCR. The system uses the jTeesBox editor to extract the Yi character and train on 900 images to preserve its writing features and thereby identify the correct character. This experiment gives an accuracy of 85.9%. [3] The application uses optical character recognition to extract information from invoices, extract information from receipts from images, open resumes for text extraction and image processing respectively.. [4] This application is intended for complex industrial environments, methods for detecting and recognizing characters on the surface of metal workpieces. The results show a detection rate of 98.6% and high efficiency and performance. [5] This system aims to acquire content and summarize visual information from images. This application uses text localization, segmentation, and binarization techniques to extract text. [6] The system tackles offline learning of Kannada handwriting by optical character recognition and learning between different machine learning and deep learning models. The model achieves 5% accuracy. [7] The system is based on a neural network of offline Latin numerals and alphabetic characters, where characters are extracted from images and given as input to the neural network for the recognition process. The neural network is trained using 19,422 sample alphabets and 7,720 numbers written in 150 handwriting styles. [8] This document describes how OCR works at different stages to identify various shortcomings of traditional systems. [9]This application uses MATLAB's Neural Network Toolbox to recognize letters, numbers, and special characters. The accuracy of this application depends on the input resolution. [10] This paper addresses data, efficiency, and integration challenges by adding HTR capabilities for multilingual OCR systems. This application introduces the possibility of integrating HTR models into his OCR system and demonstrates the accuracy of LSTM-based models. [11] The paper aimed to create a pillbox for visually impaired patients to take drugs that achieved a 100% success rate. [12] The system uses an OCR deep learning approach to analyze how pages score and recognize Bengali text documents.. [13] Software that ranks pills using consumer prescription pill images that match reference pill images in the RxIMAGE library. The software takes consumer-quality images as input and produces the top 5 correct images with 43%, 12%, and 11% probability after training on a dataset of 5000 consumer images. [14] This medicine chest recognition system uses a three-step approach of barcode recognition, text recognition and feature matching technology, and uses a camera attached to the device to identify the medicine chest and recognize the medicine with an 80% success rate. Used to provide information. [15] The deep learning model aims to identify blister-filled drugs with over 90% accuracy using traditional computer vision solutions. [16] An automatic tablet recognition system uses the imprint extraction and description part to use the imprint information as an algorithm. Infootprint extraction, this system-modified stroke-width transform is employed for coherence, and image segmentation by loopy belief propagation is added to incoherence. Detailed impression description uses a new descriptor called the two-level sampling distance set. This gives us a match accuracy of 90.46%.
  • 3. Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022 147 3. PROPOSED METHODOLOGY 3.1. Optical Character Recognition Algorithm (OCR) This project uses an optical character recognition algorithm to recognize characters. The general purpose of OCR is to convert typed, handwritten, or printed text images into text form. This project primarily uses his OCR algorithm to convert text from pharmaceutical label images. Prediction to recognize characters is a trivial task, because to use the OCR algorithm, the images must be preprocessed images to train the characters. Therefore, the image of the drug label is the input. This pharmaceutical label scanning application incorporates Android API functionality. It can be viewed as a preprocessed image for character recognition. 3.2. Firebase Firebase is a backend as a service. We provide developers with a variety of tools and services that help them build quality apps, grow their user base, and generate revenue. It is based on Google's infrastructure. Firebase is classified as a NoSQL database program that stores data in JSON-like documents. Explicitly store drug names and their descriptions in the dataset. Store and retrieve datasets using Firebase. If the text and drug name match in the record, the user will see the drug description. 3.3. Text-to-Speech (TTS) Algorithm This text-to-speech is used to convert text into voice messages. This is an additional feature we added to this paper because it's easier to remember a drug's name by hearing it than by seeing it. Get the drug description after predicting the text from character recognition. This is considered input to the text-to-speech algorithm. Thisdescription is provided in verbal format. FIGURE 1. Architecture of Text to Speech Recognition Architecture
  • 4. Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022 148 FIGURE 2. Image Recognition in Mobile App 4. SOFTWARE IMPLEMENTATION Deep learning is the concept of learning data from inputs by using algorithms to train neural networks. Using a neural network consists of training the network to recognize text, images, etc. By concluding the above statements, this application is based on the concept of deep learning and specifically provides training for recognizing images that are pharmaceutical labels for this application. Deep learning he consists of three layers. H. An input layer that receives images as data, a hidden layer that is used to train on the data, and an output layer that produces prediction outputs. Tensor Flow is an open-source library used for training networks in deep learning. A library that provides a high-level API so that the library itself can do all the work without preparing a network or program for Neuron or configuring Neuron. The text font is different for each drug label image. Here, tensorflow with the Python language plays a major role by training it for that task. Keras is an open source library that serves as a Python interface for the Tensor Flow library. Here, Keras is considered one of the metrics for this application because using Keras with Tensor Flow is much easier to implement and minimizes the number of user actions. This application takes an image of a drug label as input, uses Keras to train Tensor Flow on the image, and uses an OCR algorithm to predict text from the image, which is the name of the drug. Android Studio is an integrated development environment (IDE) for developing Android applications. Android Studio is the official integrated development environment (IDE) for Google's Android operating system, built on top of JetBrains' IntelliJ IDEA software and designed specifically for Android development. Designed specifically for Android, it speeds up development and helps you create top quality apps for any Android device. It offers tools specifically tailored for Android developers, including extensive code editing, debugging, testing, and profilingtools. Downloads are available for Windows, Mac OS, and Linux-based operating systems. It replaces the Eclipse Android Development Tools (ADT) as the leading IDE for developing native Android applications. The official language for Android development is Java. Most of Android is written in Java, and its API is primarily developed in Java. The rest of the options and voice message delivery are done using Android Studio using the JAVA language. Anaconda is an open-source platform dedicated to scientific approaches, primarily data science, data processing, machine learning approaches, and large-scale data processing.
  • 5. Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022 149 Anaconda is installed with Jupyter Lab, Spyder Notebook. The Jupyter box is booted with Anaconda software. These documents are an ideal place to put together an analysis description and can be used to perform real-time performance using data analysis. Therefore, the Anaconda platform uses Tensor Flow and Keras libraries. 5. RESULT AND DISCUSSION FIGURE 3. Front Page of Mobile App with Detection and Remainder Switch FIGURE 4. Detection Page
  • 6. Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022 150 FIGURE 5. Recognition of Medicine Text Image FIGURE 6. Retrieval of Medicine Description
  • 7. Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022 151 FIGURE 7. Remainder Page FIGURE 8. Features of Remainder Page
  • 8. Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022 152 FIGURE 9. Recognition of Medicine Image FIGURE 10. Creation of Remainder for Recognized Medicine
  • 9. Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022 153 6. CONCLUSION The proposed system takes into account that the relevant data for this application are medicines for various ailments of patients. Using deep learning technology for given input data, the drug name is recognized by optical character recognition character analysis, and the drug name and its explanation are displayed. The dataset contains a large number of drug names taken daily by patients. The system can notify patients of medication times and provide medication photos on their Android phone. As a result, chronic patients do not have to worry about forgetting to take their medicine. The proposed system can reduce the problem of wrong medication, thereby providing a safemedication environment for chronically ill patients. REFERENCES [1] Cakic, Stevan, Popovic, Tomo, Sandi, Stevan, Krco, Srdan, Gazivoda, Anita. The Use Of Tesseract OCR Number Recognition For Food Tracking And Tracing. 2020 24th International Conference On Information Technology (IT), 2020. IEEE [2] Peiyu Sun, Qiuyan Xie, Zhaokang Wu, Xiaoyu Feng, Jiajun Cai, Yulian Jiang. Yi Characters Recognition Based On Tesseract-Ocr 2019 IEEE 3rd Advanced Information Management, Communicates, Electronic And Automation Control Conference (IMCEC), 2019. IEEE [3] Vedant Kumar, Pratyush Kaware, Pradhuman Singh, Reena Sonkusare, Siddhant Kumar. Extraction Of Information From Bill Receipts Using Optical Character Recognition, 2020 International Conference On Smart Electronics And Communication (ICOSEC), 2020. IEEE. [4] Jing Li; Tao Huang, Yilei Yang, Qi Xu. Detection And Recognition Of Characters On The Surface Of Metal Workpieces With Complex Background. 2020 IEEE 4th Information Technology, Networking, Electronic And Automation Control Conference (ITNEC) [5] Chandni Kaundilya, Diksha Chawla, Yatin Chopra . Automated Text Extraction From Images Using OCR System 2019 6th International Conference On Computing For Sustainable Global Development (Indiacom). 2019. IEEE. [6] Jamshed Memon, Maira Sami, Rizwan Ahmed Khan, Mueen Uddin . Handwritten Optical Character Recognition (OCR): A Comprehensive Systematic Literature Review (SLR) IEEE Access (Volume: 8) 28 July 2020.IEEE. [7] Kevin George Joe; Meghna Savit; K. Chandrasekaran Offline Character Recognition On Segmented Handwritten Kannada Characters 2019 Global Conference For Advancement In Technology (GCAT), 2019 IEEE. [8] Adeel Yousaf; Muhammad Junaid Khan; Muhammad Jaleed Khan; Nizwa Javed; Haroon Ibrahim; Khurram Khurshid; Size Invariant Handwritten Character Recognition Using Single Layer Feedforward Backpropagation Neural Networks 2019 2nd International Conference On Computing, Mathematics And Engineering Technologies (ICOMET). 2019 IEEE. [9] Harneet Singh; Anmol Sachan A Proposed Approach For Character Recognition Using Document Analysis With Ocr 2018 Second International Conference On Intelligent Computing And Control Systems (ICICCS) 2018. IEEE. [10] Desai Hinduja; R. Dheebhika; T. Prem Jacob. Enhanced Character Recognition Using Deep Neural Network-A Survey 2019 International Conference On Communication And Signal Processing (ICCSP). 2019. IEEE. [11] R. Reeve Ingle; Yasuhisa Fujii; Thomas Deselaers; Jonathan Baccash; Ashok C. Popat A Scalable Handwritten Text Recognition System 2019 International Conference On Document Analysis And Recognition (ICDAR). 2019 IEEE. [12] Christian Clausner; Apostolos Antonacopoulos; Tom Derrick; Stefan Pletschacher ICDAR2019 Competition OnRecognition Of Early Indian Printed Documents – Reid2019. 2019 International Conference On Document Analysis And Recognition (ICDAR). 2019 IEEE. [13] Z. Yaniv, J. Faruque, S. Howe, K. Dunn, D. Sharlip, A. Bond, P. Perillan, O. Bodenreider, M. J. Ackerman, AndT. S. Yoo, “The National Library Of Medicine Pill Image Recognition Challenge: An Initial Report,” In Proceedings Of The 2016 IEEE Applied Imagery Pattern Recognition Workshop (AIPR), 2016.
  • 10. Computer Science & Engineering: An International Journal (CSEIJ), Vol 12, No 6, December 2022 154 [14] B. Riheiro, N. Vlves, M. Guevara, And L. Magalhães, “A Three-Staged Approach To Medicine Box Recognition,” In Proceedings Of The 2017 Encontro Português De Computação Gráficae Interação (EPCGI), 2017 [15] J.-S. Wang, A. M. Ambikapathi, Y. Han, S.-L. Chung, H.-W. Ting, And C.-F. Chen, “Highlighted Deep Learning Based Identification Of Pharmaceutical Blister Packages,” In Proceedings Of The 2018 IEEE 23rd International Conference On Emerging Technologies And Factory Automation (ETFA), 2018. [16] Tan Chiang Wei; U. U. Sheikh; Ab Al-Hadi Ab Rahman. Improved Optical Character Recognition With Deep Neural Network 2018 IEEE 14th International Colloquium On Signal Processing & Its Applications (CSPA). 2018,IEEE. [17] Abin M Sabu; Anto Sahaya Das. A Survey On Various Optical Character Recognition Techniques. 2018 Conference On Emerging Devices And Smart Systems (ICEDSS). 2018, IEEE. [18] Harneet Singh; Anmol Sachan. A Proposed Approach For Character Recognition Using Document Analysis With OCR. 2018 Second International Conference On Intelligent Computing And Control Systems (ICICCS). 2018, IEEE [19] Juthada Suwanthara; Areena Noinongyao; Sirion Vittayakorn Wisemed: Medication Reminder For Seniors 2019 23rd International Computer Science And Engineering Conference (ICSEC). 2020, IEEE [20] Emmanuel Luis D. Villanueva; John De Guzman Tarampi; Alvin Joshua M. Cayetano; Noel B. Linsangan Braille-Based Pillbox For Visually Impaired With Audio Reminder. 2020 4rd International Conference On Electrical, Telecommunication And Computer Engineering (ELTICOM). 2020, IEEE. [21] Prof. Jain Stoble B. Pill Reminder And Prescription Digitalization Application Using Php And Android. IJISET - International Journal Of Innovative Science, Engineering & Technology, Vol. 7 Issue 7, July 2020 Issn (Online) [22] Sultan Ahmad, Mahamudul Hasan , Gouse Pasha Mohammed, Mohammad Shahabuddin , Tasnia Tabassum And Mustafa Wasif Allvi. Iot Based Pill Reminder And Monitoring System IJCSNS International Journal Of Computer Science And Network Security, Vol.20 No.7, July 2020. [23] Mohammed Abdul Kader; Mohammad Nayim Uddin; Asif Mohammad Arfi; Naeemul Islam; Md. Anisuzzaman. Design & Implementation Of An Automated Reminder Medicine Box For Old People And Hospital. 2018 International Conference On Innovations In Science, Engineering And Technology (ICISET). 2018, IEEE. [24] Shawn Benedict Kumar; Wei Wei Goh; Sumathi Balakrishnan. Smart Medicine Reminder Device For The Elderly. Smart Medicine Reminder Device For The Elderly 2018, IEEE. [25] Nausheen Fatima, Praveen Hipparge Iot Driven Smart Pill Box To Remind Of Consumption International Research Journal Of Engineering And Technology (IRJET) E-Issn: 2395-0056 Volume: 06 Issue: 06 | June 2019 [26] P. Ranjana; Elizabeth Alexander Health Alert And Medicine Remainder Using Internet Of Things 2018 IEEE International Conference On Computational Intelligence And Computing Research (ICCIC). 2018, IEEE. [27] Pk Nijiya Jabin Najeeb; Aysha Rimna; Kp Safa; M Silvana; Tk Adarsh. Pill Care-The Smart Pill Box With Remind, Authenticate And Confirmation Function. 2018 International Conference On Emerging Trends And Innovations In Engineering And Technological Research (Icetietr). 2018, IEEE. [28] Ali Tourani , Asadollah Shahbahrami , Sajjad Soroori , Saeed Khazaee , And Ching Yee Suen A Robust Deep Learning Approach For Automatic Iranian Vehicle License Plate Detection And Recognition For Surveillance Systems. 2020, Ieee [29] P. Verma And S. K. Sood, “Fog Assisted-Iot Enabled Patient Health Monitoring In Smart Homes,” IEEE Internet Of Things Journal, Vol. 5, No. 3, Pp. 1789-1796, 2018