SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5228
“Smart Vet Locator for Hybrid Pets”.
Rupali Kerekar1 Rushikesh Patil2
Dept of Computer Engineering Dept of Computer Engineering
SMT. Indira Gandhi College of Engineering SMT. Indira Gandhi College of Engineering
Maharashtra, India Maharashtra, India
Priyanka Nandvikar3 Prof. Sachin Desai4
Dept. of Computer Engineering Dept. of Computer Engineering
SMT. Indira Gandhi College of Engineering SMT. Indira Gandhi College of Engineering
Maharashtra, India Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract- There is a trend of having Stylish pets of
different breeds and types. The trend has inclined mainly
towards pets of foreign breeds. Despite the trend, there is a
grave problem faced by the pet owners when these pets
are unwell. There are no proper resources available to the
pet owners to find an appropriate vet for the sick pet.
Keywords- SVM (Support Vector Machine),
ML(Machine Learning), Image Processing, Vet
Locator, Pet Image.
1. INTRODUCTION
We aim at creating a comprehensive ecosystem for pet
owners who aim to find an appropriate vet. Since the pet
owners lack the knowledge of correct breed of pets, we
will make a smart system to recognize the breed of the
pet form the pets image uploaded by the owner. Further,
we will take the pets image and the users location as
inputs. Using the inputs, we will find the nearest vets
who specialize in treating the pets of a breed. The list of
vets presented to the user will be optimized based on
location of the user. The user will then be able to book an
appointment with the vet. The system will also allow for
follow up check ups. Image processing and advanced
classification techniques will be used for recognizing the
pet type from the image. We aim at using the Support
Vector Machine algorithm for the purpose of
classification. Various image processing techniques will
also be used. The fields which are benefitting from the
advancements in Artificial intelligence are countless. But
with the advancements in the arena of Artificial
Intelligence, many new fields are coming up. The
commercial business of fancy pets is one of those. Pets
have become a status symbol and the global market for
stylish pets is increasing rapidly in terms of market
capitalization every year. This increasing market,
however, is not able to keep up with the increasing
demands of the fancy pet owners throughout the pet’s
life cycle.
There is a trend of having Stylish pets of different breeds
and types. The trend has inclined mainly towards pets of
foreign breeds. Despite the trend, there is a grave
problem faced by the pet owners when these pets are
unwell. There are no proper resources available to the
pet owners to find an appropriate vet for the sick pet.
1.1. Support Vector Machine algorithm
Support Vector Machine (SVM) is a supervised machine
learning algorithm which can be used for both
classification challenges. However, it is mostly used in
classification problems. In this algorithm, plot each data
item as a point in n-dimensional space (where n is
number of features you have) with the value of each
feature being the value of a particular coordinate.
Support Vectors are simply the coordinates of individual
observation. In this paper mainly we will consider the
input is based upon Support Vector Machine as training
data, testing data is decision value. In this method we
consider the following steps like Load Dataset, after
loading the dataset will Classify Features (Attributes)
based on class labels then estimate Candidate Support
Value, like the condition is While (instances!=null), Do
condition if Support Value=Similarity between each
instance in the attribute then finding the Total Error
Value. Suppose if any instance < 0 then the estimated
decision value = Support ValueTotal Error, repeated for
all points until it will be empty. Therefore mainly we
have calculated the entropy and gini index.
1.2 Canny Edge Detector for Image Processing
Canny edge detection is a technique to extract useful
structural information from different vision objects and
dramatically reduce the amount of data to be processed.
It has been widely applied in various computer vision
systems. Canny has found that the requirements for the
application of edge detection on diverse vision systems
are relatively similar. Thus, an edge detection solution to
address these requirements can be implemented in a
wide range of situations. The general criteria for edge
detection include:
Detection of edge with low error rate, which means that
the detection should accurately catch as many edges
shown in the image as possible
The edge point detected from the operator should
accurately localize on the center of the edge.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5229
A given edge in the image should only be marked once,
and where possible, image noise should not create false
edges.
1.2.1. The process of algorithm(Canny Edge
Detector) development has the following steps:
 Grayscale conversion
 Gaussian blur
 Determine the intensity gradients
 Non maximum suppression
 Double thresholding
 Edge tracking by hysteresis
 Cleaning up
Fig.1 Block Diagram Of Canny Edge Detector
1.2.2.Feature Extraction
There are total 8 features are extracted from the input
image using Greycoprops
 Mean
 Variance
 Moment
 Contrast
 ASM
 Correlation
 Dissimilarity
 Energy
2. LITERATURE SURVEY
2.1. Identification of Relations from
IndoWordNet for Indian Languages using
Support Vector Machine
Inspection of the SVM classifier for identification of
relations in Indian Languages apart from English SVM
successfully implemented for identification of relations
in Indian Languages from the IndoWorldNet this aims at
implementing SVM in the field of text classification.
2.2.Sentiment Classification based on Ontology
and SVM Classifier
SVM has been used for sentiment classification by
making SVM act as a binary classifier to classify
sentiments In the document level and sentence level
sentiment classifications assume that each document or
sentence focus on a single object and contains only one
opinion or opinion from a single opinion holder SVM is
better at text classification and use of ontology makes
SVM suitable for the application.
2.3.User Intention Understanding From Scratch
The main evaluation criterion of the performance is the
prediction accuracy of all users in the test set. We can
observe that on overall, the method Threshold-V
achieves the best accuracy of 67 percent. The drawback
of the system is that the use of a numerical classifier led
to unwanted overheads
The discipline of artificial intelligence is wide-spread
across various fields and has a wide variety of sub-
domains.
Support Vector Machines is a Machine learning
algorithm which can be used for the following purposes:
 Classification
 Natural Language Processing
It attempts to label the vector according to pre-defined
classes using a dividing hyper-plane. Finding the right
hyper-plane is searching for the saddle point of the
Lagrange function. It is equivalent to quadratic
programming containing dual variables. SVM requires
solution of the following optimisation problem. This is a
supervised algorithm and hence needs a training data set
to train the classifier and then, that classifier can be
tested by using the testing data set.
SVM uses specific kernel functions to construct a hyper
plane that is used for classification. These kernels are the
basis for finding the correct hyper-plane among the
many possible hyper-planes in the given situation that
divides a particular vector. The 4 basic kernel functions
are as follows:
 Linear Kernel
 Polynomial Kernel
 Radial Basis Function Kernel
 Sigmoid Kernel
Any of these kernel functions are used for designing the
classifier according to the requirements of the problem.
These kernels have the following values associates with
it:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5230
 Kernel Function Type
 Values of Kernel Function Parameters
 Values of Regularisation Parameters
These values should be calculates meticulously
irrespective of the choice of the kernel because they
largely influence the results of the classifier and its
accuracy. Any Error or miscalculations in these values
can have a heavy toll on the output and the end-results.
3. METHODOLOGY
3.1. Image Processing
Step 1: Take the dataset of 5500 images
Step 2: Load the image in python
Step 3: Perform image processing on it to get only the
required part of the image
This can include getting rid of the background, finding
the outline, etc
Step 4: After the image has been processed, extract the
required features from the image
Step 5: Store the extracted features into an excel file
Step 6: This file will form the training and testing data
set for the classification algorithms which are to be used
for the purpose of classification
3.2. Classification
Step 1: Load the data into Python for classification
Step 2: Pre-process the data if required
Step 3: Split the data into training and testing data set
Step 4: Form classifier models of the algorithms stated
previously
Step 5: Train the classifier with the training data set
obtained in step
Step 6: Test the classifier which has been created in the
previous step
3.3 Vet Locator
Step 1: The pet breed has been identified in the previous
steps
Step 2: The location will be obtained by calling an
external API for the location detection purpose
Step 3: The system will then query the database to find
the vets which can be suggested to the user
Step 4: The user will book an appointment with the vet
Step 5: The user will have a follow up session with the
vet
3.4 User Interface
Step 1: Create a User interface
Step 2: Upload an image onto it
Step 3: Click on the submit button.
4. System Requirement
4.1. Hardware Requirements:
Workstation with minimum 4 GB Ram, i5 core processor
(or anything equivalent), 500GB Hard Disk Space
4.2. Software Requirements
Python 3.6.3
Microsoft Excel
Web Browser (Google Chrome Preferred)
4.3. Functional Requirements
Technologies
Image Processing
Image Classification
Language
Python
Platform
Python Application
Frameworks/APIs
4.4. The following frameworks /APIs will be
required
API to detect user location
Sklearn
Pandas
Numpy
Tkinter
Python CV
Android Studio for follow ups
Video Conferencing API
4.5. Objectives of the project:
We aims to achieve the following through this project:
Provide an intelligent and interactive system for pets
with unknown breeds
The system will use AI to determine the underlying
breed of the pet and the doctors who can treat the pet
based on the user’s location.
This will be done by a high end and high computation
processing system
The system interacts with the user by predicting the
breed of the pet.
Can be used on an individual level
This system can be used by the pet owners
Design a system with a highly usable UI
The system has an underlying objective of getting handy
treatment for fancy pets.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5231
5. PROPOSED SYSTEM
5.1 RESULTS:-
Fig 3. Excel sheet
Fig.4 Creating Classifier
Fig.5 Location Module
Fig.6 Pet Images
6. FLOWCHART
Fig.7 Flowchart
7. CONCLUSION
The proposed system as planned after extensive
research during a literature survey includes the
following features: Implementation of Image processing
functionality to produce the output which can be passed
on to the classification stage for the purpose of
identification of the breed of the pet.
8. FUTURE WORK
We aim at creating the following modules for the system
A. Android App for the User Interface
B. Image processing module for processing the image
input by the user
C. Classification module to identify the pet which is
given as input
9. REFRENCES
[1] Statista, www.statista.com
[2] Nath, Hiran V., and Babu M. Mehtre. "Static malware
analysis using machine learning methods." International
Conference on Security in Computer Networks and
Distributed Systems. Springer, Berlin, Heidelberg, 2014.
[3] Shafiq, M. Zubair, et al. "Pe-miner: Mining structural
information to detect malicious executables in realtime."
International Workshop on Recent Advances in Intrusion
Detection. Springer, Berlin, Heidelberg, 2009.
[4] Ranveer, Smita, and Swapnaja Hiray. "Comparative
analysis of feature extraction methods of malware
detection." International Journal of Computer
Applications 120.5 (2015).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5232
[5] Singhal, Priyank, and Nataasha Raul. "Malware
detection module using machine learning algorithms to
assist in centralized security in enterprise networks."
arXiv preprint arXiv:1205.3062 (2012).
[6] Yuxin, Ding, and Zhu Siyi. "Malware detection based
on deep learning algorithm." Neural Computing and
Applications 31.2 (2019): 461-472.

More Related Content

What's hot

IRJET - Company’s Stock Price Predictor using Machine Learning
IRJET -  	  Company’s Stock Price Predictor using Machine LearningIRJET -  	  Company’s Stock Price Predictor using Machine Learning
IRJET - Company’s Stock Price Predictor using Machine LearningIRJET Journal
 
Research scholars evaluation based on guides view using id3
Research scholars evaluation based on guides view using id3Research scholars evaluation based on guides view using id3
Research scholars evaluation based on guides view using id3eSAT Journals
 
Vision Based Object’s Dimension Identification To Sort Exact Material
Vision Based Object’s Dimension Identification To Sort Exact Material Vision Based Object’s Dimension Identification To Sort Exact Material
Vision Based Object’s Dimension Identification To Sort Exact Material IOSR Journals
 
Real Human Face Detection for Surveillance System Using Heterogeneous Sensors
Real Human Face Detection for Surveillance System Using Heterogeneous Sensors Real Human Face Detection for Surveillance System Using Heterogeneous Sensors
Real Human Face Detection for Surveillance System Using Heterogeneous Sensors csandit
 
IRJET- Implementation and Unittests of AWS, Google Storage (Cloud) and Am...
IRJET-  	  Implementation and Unittests of AWS, Google Storage (Cloud) and Am...IRJET-  	  Implementation and Unittests of AWS, Google Storage (Cloud) and Am...
IRJET- Implementation and Unittests of AWS, Google Storage (Cloud) and Am...IRJET Journal
 
IRJET- Cheque Bounce Detection System using Image Processing
IRJET- Cheque Bounce Detection System using Image ProcessingIRJET- Cheque Bounce Detection System using Image Processing
IRJET- Cheque Bounce Detection System using Image ProcessingIRJET Journal
 
IRJET - Survey on Clustering based Categorical Data Protection
IRJET - Survey on Clustering based Categorical Data ProtectionIRJET - Survey on Clustering based Categorical Data Protection
IRJET - Survey on Clustering based Categorical Data ProtectionIRJET Journal
 
IRJET- A Survey on Smart Security System using Artificial Intelligence
IRJET- A Survey on Smart Security System using Artificial IntelligenceIRJET- A Survey on Smart Security System using Artificial Intelligence
IRJET- A Survey on Smart Security System using Artificial IntelligenceIRJET Journal
 
A Review Paper on Personal Identification with An Efficient Method Of Combina...
A Review Paper on Personal Identification with An Efficient Method Of Combina...A Review Paper on Personal Identification with An Efficient Method Of Combina...
A Review Paper on Personal Identification with An Efficient Method Of Combina...IRJET Journal
 
IRJET- Note to Coin Converter
IRJET- Note to Coin ConverterIRJET- Note to Coin Converter
IRJET- Note to Coin ConverterIRJET Journal
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...Avishek Choudhury
 
IRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence ChainIRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence ChainIRJET Journal
 
IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...
IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...
IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...IRJET Journal
 
ADAPTABLE FINGERPRINT MINUTIAE EXTRACTION ALGORITHM BASED-ON CROSSING NUMBER ...
ADAPTABLE FINGERPRINT MINUTIAE EXTRACTION ALGORITHM BASED-ON CROSSING NUMBER ...ADAPTABLE FINGERPRINT MINUTIAE EXTRACTION ALGORITHM BASED-ON CROSSING NUMBER ...
ADAPTABLE FINGERPRINT MINUTIAE EXTRACTION ALGORITHM BASED-ON CROSSING NUMBER ...IJCSEIT Journal
 
IRJET- Object Detection in an Image using Convolutional Neural Network
IRJET- Object Detection in an Image using Convolutional Neural NetworkIRJET- Object Detection in an Image using Convolutional Neural Network
IRJET- Object Detection in an Image using Convolutional Neural NetworkIRJET Journal
 
Final Thesis Presentation
Final Thesis PresentationFinal Thesis Presentation
Final Thesis PresentationSajid Rasheed
 

What's hot (19)

IRJET - Company’s Stock Price Predictor using Machine Learning
IRJET -  	  Company’s Stock Price Predictor using Machine LearningIRJET -  	  Company’s Stock Price Predictor using Machine Learning
IRJET - Company’s Stock Price Predictor using Machine Learning
 
Research scholars evaluation based on guides view using id3
Research scholars evaluation based on guides view using id3Research scholars evaluation based on guides view using id3
Research scholars evaluation based on guides view using id3
 
Vision Based Object’s Dimension Identification To Sort Exact Material
Vision Based Object’s Dimension Identification To Sort Exact Material Vision Based Object’s Dimension Identification To Sort Exact Material
Vision Based Object’s Dimension Identification To Sort Exact Material
 
Real Human Face Detection for Surveillance System Using Heterogeneous Sensors
Real Human Face Detection for Surveillance System Using Heterogeneous Sensors Real Human Face Detection for Surveillance System Using Heterogeneous Sensors
Real Human Face Detection for Surveillance System Using Heterogeneous Sensors
 
IRJET- Implementation and Unittests of AWS, Google Storage (Cloud) and Am...
IRJET-  	  Implementation and Unittests of AWS, Google Storage (Cloud) and Am...IRJET-  	  Implementation and Unittests of AWS, Google Storage (Cloud) and Am...
IRJET- Implementation and Unittests of AWS, Google Storage (Cloud) and Am...
 
1304.2109
1304.21091304.2109
1304.2109
 
IRJET- Cheque Bounce Detection System using Image Processing
IRJET- Cheque Bounce Detection System using Image ProcessingIRJET- Cheque Bounce Detection System using Image Processing
IRJET- Cheque Bounce Detection System using Image Processing
 
IRJET - Survey on Clustering based Categorical Data Protection
IRJET - Survey on Clustering based Categorical Data ProtectionIRJET - Survey on Clustering based Categorical Data Protection
IRJET - Survey on Clustering based Categorical Data Protection
 
IRJET- A Survey on Smart Security System using Artificial Intelligence
IRJET- A Survey on Smart Security System using Artificial IntelligenceIRJET- A Survey on Smart Security System using Artificial Intelligence
IRJET- A Survey on Smart Security System using Artificial Intelligence
 
A Review Paper on Personal Identification with An Efficient Method Of Combina...
A Review Paper on Personal Identification with An Efficient Method Of Combina...A Review Paper on Personal Identification with An Efficient Method Of Combina...
A Review Paper on Personal Identification with An Efficient Method Of Combina...
 
IRJET- Note to Coin Converter
IRJET- Note to Coin ConverterIRJET- Note to Coin Converter
IRJET- Note to Coin Converter
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
Prognosticating Autism Spectrum Disorder Using Artificial Neural Network: Lev...
 
IRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence ChainIRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence Chain
 
IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...
IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...
IRJET- Displaying and Capturing Profile using Object Detection YOLO and Deepl...
 
ADAPTABLE FINGERPRINT MINUTIAE EXTRACTION ALGORITHM BASED-ON CROSSING NUMBER ...
ADAPTABLE FINGERPRINT MINUTIAE EXTRACTION ALGORITHM BASED-ON CROSSING NUMBER ...ADAPTABLE FINGERPRINT MINUTIAE EXTRACTION ALGORITHM BASED-ON CROSSING NUMBER ...
ADAPTABLE FINGERPRINT MINUTIAE EXTRACTION ALGORITHM BASED-ON CROSSING NUMBER ...
 
IRJET- Object Detection in an Image using Convolutional Neural Network
IRJET- Object Detection in an Image using Convolutional Neural NetworkIRJET- Object Detection in an Image using Convolutional Neural Network
IRJET- Object Detection in an Image using Convolutional Neural Network
 
Final Thesis Presentation
Final Thesis PresentationFinal Thesis Presentation
Final Thesis Presentation
 
Ijsrp p8589
Ijsrp p8589Ijsrp p8589
Ijsrp p8589
 

Similar to IRJET - Smart Vet Locator for Hybrid Pets

IRJET - Automated Fraud Detection Framework in Examination Halls
 IRJET - Automated Fraud Detection Framework in Examination Halls IRJET - Automated Fraud Detection Framework in Examination Halls
IRJET - Automated Fraud Detection Framework in Examination HallsIRJET Journal
 
Note to Coin converter using Digital Image Processing
Note to Coin converter using Digital Image ProcessingNote to Coin converter using Digital Image Processing
Note to Coin converter using Digital Image ProcessingIRJET Journal
 
IRJET - Face Recognition based Attendance System
IRJET -  	  Face Recognition based Attendance SystemIRJET -  	  Face Recognition based Attendance System
IRJET - Face Recognition based Attendance SystemIRJET Journal
 
IRJET- A Plant Identification and Recommendation System
IRJET- A Plant Identification and Recommendation SystemIRJET- A Plant Identification and Recommendation System
IRJET- A Plant Identification and Recommendation SystemIRJET Journal
 
IRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep LearningIRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep LearningIRJET Journal
 
AIRLINE FARE PRICE PREDICTION
AIRLINE FARE PRICE PREDICTIONAIRLINE FARE PRICE PREDICTION
AIRLINE FARE PRICE PREDICTIONIRJET Journal
 
IRJET - Disease Detection in Plant using Machine Learning
IRJET -  	  Disease Detection in Plant using Machine LearningIRJET -  	  Disease Detection in Plant using Machine Learning
IRJET - Disease Detection in Plant using Machine LearningIRJET Journal
 
Classroom Attendance using Face Detection and Raspberry-Pi
Classroom Attendance using Face Detection and Raspberry-PiClassroom Attendance using Face Detection and Raspberry-Pi
Classroom Attendance using Face Detection and Raspberry-PiIRJET Journal
 
IRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry Pi
IRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry PiIRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry Pi
IRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry PiIRJET Journal
 
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...IRJET Journal
 
IRJET - Floor Cleaning Robot with Vision
IRJET - Floor Cleaning Robot with VisionIRJET - Floor Cleaning Robot with Vision
IRJET - Floor Cleaning Robot with VisionIRJET Journal
 
IRJET - Rainfall Forecasting using Weka Data Mining Tool
IRJET - Rainfall Forecasting using Weka Data Mining ToolIRJET - Rainfall Forecasting using Weka Data Mining Tool
IRJET - Rainfall Forecasting using Weka Data Mining ToolIRJET Journal
 
IRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET Journal
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET Journal
 
IRJET - Finger Vein Extraction and Authentication System for ATM
IRJET -  	  Finger Vein Extraction and Authentication System for ATMIRJET -  	  Finger Vein Extraction and Authentication System for ATM
IRJET - Finger Vein Extraction and Authentication System for ATMIRJET Journal
 
Text Detection and Recognition in Natural Images
Text Detection and Recognition in Natural ImagesText Detection and Recognition in Natural Images
Text Detection and Recognition in Natural ImagesIRJET Journal
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET Journal
 
AI-Based Pet Adoption System
AI-Based Pet Adoption SystemAI-Based Pet Adoption System
AI-Based Pet Adoption SystemIRJET Journal
 
ATM fraud detection system using machine learning algorithms
ATM fraud detection system using machine learning algorithmsATM fraud detection system using machine learning algorithms
ATM fraud detection system using machine learning algorithmsIRJET Journal
 
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET Journal
 

Similar to IRJET - Smart Vet Locator for Hybrid Pets (20)

IRJET - Automated Fraud Detection Framework in Examination Halls
 IRJET - Automated Fraud Detection Framework in Examination Halls IRJET - Automated Fraud Detection Framework in Examination Halls
IRJET - Automated Fraud Detection Framework in Examination Halls
 
Note to Coin converter using Digital Image Processing
Note to Coin converter using Digital Image ProcessingNote to Coin converter using Digital Image Processing
Note to Coin converter using Digital Image Processing
 
IRJET - Face Recognition based Attendance System
IRJET -  	  Face Recognition based Attendance SystemIRJET -  	  Face Recognition based Attendance System
IRJET - Face Recognition based Attendance System
 
IRJET- A Plant Identification and Recommendation System
IRJET- A Plant Identification and Recommendation SystemIRJET- A Plant Identification and Recommendation System
IRJET- A Plant Identification and Recommendation System
 
IRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep LearningIRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep Learning
 
AIRLINE FARE PRICE PREDICTION
AIRLINE FARE PRICE PREDICTIONAIRLINE FARE PRICE PREDICTION
AIRLINE FARE PRICE PREDICTION
 
IRJET - Disease Detection in Plant using Machine Learning
IRJET -  	  Disease Detection in Plant using Machine LearningIRJET -  	  Disease Detection in Plant using Machine Learning
IRJET - Disease Detection in Plant using Machine Learning
 
Classroom Attendance using Face Detection and Raspberry-Pi
Classroom Attendance using Face Detection and Raspberry-PiClassroom Attendance using Face Detection and Raspberry-Pi
Classroom Attendance using Face Detection and Raspberry-Pi
 
IRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry Pi
IRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry PiIRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry Pi
IRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry Pi
 
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
 
IRJET - Floor Cleaning Robot with Vision
IRJET - Floor Cleaning Robot with VisionIRJET - Floor Cleaning Robot with Vision
IRJET - Floor Cleaning Robot with Vision
 
IRJET - Rainfall Forecasting using Weka Data Mining Tool
IRJET - Rainfall Forecasting using Weka Data Mining ToolIRJET - Rainfall Forecasting using Weka Data Mining Tool
IRJET - Rainfall Forecasting using Weka Data Mining Tool
 
IRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: Survey
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
 
IRJET - Finger Vein Extraction and Authentication System for ATM
IRJET -  	  Finger Vein Extraction and Authentication System for ATMIRJET -  	  Finger Vein Extraction and Authentication System for ATM
IRJET - Finger Vein Extraction and Authentication System for ATM
 
Text Detection and Recognition in Natural Images
Text Detection and Recognition in Natural ImagesText Detection and Recognition in Natural Images
Text Detection and Recognition in Natural Images
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
 
AI-Based Pet Adoption System
AI-Based Pet Adoption SystemAI-Based Pet Adoption System
AI-Based Pet Adoption System
 
ATM fraud detection system using machine learning algorithms
ATM fraud detection system using machine learning algorithmsATM fraud detection system using machine learning algorithms
ATM fraud detection system using machine learning algorithms
 
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
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
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
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
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(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
 
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
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
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
 

Recently uploaded (20)

High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
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, ...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
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
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(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...
 
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🔝
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
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
 

IRJET - Smart Vet Locator for Hybrid Pets

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5228 “Smart Vet Locator for Hybrid Pets”. Rupali Kerekar1 Rushikesh Patil2 Dept of Computer Engineering Dept of Computer Engineering SMT. Indira Gandhi College of Engineering SMT. Indira Gandhi College of Engineering Maharashtra, India Maharashtra, India Priyanka Nandvikar3 Prof. Sachin Desai4 Dept. of Computer Engineering Dept. of Computer Engineering SMT. Indira Gandhi College of Engineering SMT. Indira Gandhi College of Engineering Maharashtra, India Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract- There is a trend of having Stylish pets of different breeds and types. The trend has inclined mainly towards pets of foreign breeds. Despite the trend, there is a grave problem faced by the pet owners when these pets are unwell. There are no proper resources available to the pet owners to find an appropriate vet for the sick pet. Keywords- SVM (Support Vector Machine), ML(Machine Learning), Image Processing, Vet Locator, Pet Image. 1. INTRODUCTION We aim at creating a comprehensive ecosystem for pet owners who aim to find an appropriate vet. Since the pet owners lack the knowledge of correct breed of pets, we will make a smart system to recognize the breed of the pet form the pets image uploaded by the owner. Further, we will take the pets image and the users location as inputs. Using the inputs, we will find the nearest vets who specialize in treating the pets of a breed. The list of vets presented to the user will be optimized based on location of the user. The user will then be able to book an appointment with the vet. The system will also allow for follow up check ups. Image processing and advanced classification techniques will be used for recognizing the pet type from the image. We aim at using the Support Vector Machine algorithm for the purpose of classification. Various image processing techniques will also be used. The fields which are benefitting from the advancements in Artificial intelligence are countless. But with the advancements in the arena of Artificial Intelligence, many new fields are coming up. The commercial business of fancy pets is one of those. Pets have become a status symbol and the global market for stylish pets is increasing rapidly in terms of market capitalization every year. This increasing market, however, is not able to keep up with the increasing demands of the fancy pet owners throughout the pet’s life cycle. There is a trend of having Stylish pets of different breeds and types. The trend has inclined mainly towards pets of foreign breeds. Despite the trend, there is a grave problem faced by the pet owners when these pets are unwell. There are no proper resources available to the pet owners to find an appropriate vet for the sick pet. 1.1. Support Vector Machine algorithm Support Vector Machine (SVM) is a supervised machine learning algorithm which can be used for both classification challenges. However, it is mostly used in classification problems. In this algorithm, plot each data item as a point in n-dimensional space (where n is number of features you have) with the value of each feature being the value of a particular coordinate. Support Vectors are simply the coordinates of individual observation. In this paper mainly we will consider the input is based upon Support Vector Machine as training data, testing data is decision value. In this method we consider the following steps like Load Dataset, after loading the dataset will Classify Features (Attributes) based on class labels then estimate Candidate Support Value, like the condition is While (instances!=null), Do condition if Support Value=Similarity between each instance in the attribute then finding the Total Error Value. Suppose if any instance < 0 then the estimated decision value = Support ValueTotal Error, repeated for all points until it will be empty. Therefore mainly we have calculated the entropy and gini index. 1.2 Canny Edge Detector for Image Processing Canny edge detection is a technique to extract useful structural information from different vision objects and dramatically reduce the amount of data to be processed. It has been widely applied in various computer vision systems. Canny has found that the requirements for the application of edge detection on diverse vision systems are relatively similar. Thus, an edge detection solution to address these requirements can be implemented in a wide range of situations. The general criteria for edge detection include: Detection of edge with low error rate, which means that the detection should accurately catch as many edges shown in the image as possible The edge point detected from the operator should accurately localize on the center of the edge.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5229 A given edge in the image should only be marked once, and where possible, image noise should not create false edges. 1.2.1. The process of algorithm(Canny Edge Detector) development has the following steps:  Grayscale conversion  Gaussian blur  Determine the intensity gradients  Non maximum suppression  Double thresholding  Edge tracking by hysteresis  Cleaning up Fig.1 Block Diagram Of Canny Edge Detector 1.2.2.Feature Extraction There are total 8 features are extracted from the input image using Greycoprops  Mean  Variance  Moment  Contrast  ASM  Correlation  Dissimilarity  Energy 2. LITERATURE SURVEY 2.1. Identification of Relations from IndoWordNet for Indian Languages using Support Vector Machine Inspection of the SVM classifier for identification of relations in Indian Languages apart from English SVM successfully implemented for identification of relations in Indian Languages from the IndoWorldNet this aims at implementing SVM in the field of text classification. 2.2.Sentiment Classification based on Ontology and SVM Classifier SVM has been used for sentiment classification by making SVM act as a binary classifier to classify sentiments In the document level and sentence level sentiment classifications assume that each document or sentence focus on a single object and contains only one opinion or opinion from a single opinion holder SVM is better at text classification and use of ontology makes SVM suitable for the application. 2.3.User Intention Understanding From Scratch The main evaluation criterion of the performance is the prediction accuracy of all users in the test set. We can observe that on overall, the method Threshold-V achieves the best accuracy of 67 percent. The drawback of the system is that the use of a numerical classifier led to unwanted overheads The discipline of artificial intelligence is wide-spread across various fields and has a wide variety of sub- domains. Support Vector Machines is a Machine learning algorithm which can be used for the following purposes:  Classification  Natural Language Processing It attempts to label the vector according to pre-defined classes using a dividing hyper-plane. Finding the right hyper-plane is searching for the saddle point of the Lagrange function. It is equivalent to quadratic programming containing dual variables. SVM requires solution of the following optimisation problem. This is a supervised algorithm and hence needs a training data set to train the classifier and then, that classifier can be tested by using the testing data set. SVM uses specific kernel functions to construct a hyper plane that is used for classification. These kernels are the basis for finding the correct hyper-plane among the many possible hyper-planes in the given situation that divides a particular vector. The 4 basic kernel functions are as follows:  Linear Kernel  Polynomial Kernel  Radial Basis Function Kernel  Sigmoid Kernel Any of these kernel functions are used for designing the classifier according to the requirements of the problem. These kernels have the following values associates with it:
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5230  Kernel Function Type  Values of Kernel Function Parameters  Values of Regularisation Parameters These values should be calculates meticulously irrespective of the choice of the kernel because they largely influence the results of the classifier and its accuracy. Any Error or miscalculations in these values can have a heavy toll on the output and the end-results. 3. METHODOLOGY 3.1. Image Processing Step 1: Take the dataset of 5500 images Step 2: Load the image in python Step 3: Perform image processing on it to get only the required part of the image This can include getting rid of the background, finding the outline, etc Step 4: After the image has been processed, extract the required features from the image Step 5: Store the extracted features into an excel file Step 6: This file will form the training and testing data set for the classification algorithms which are to be used for the purpose of classification 3.2. Classification Step 1: Load the data into Python for classification Step 2: Pre-process the data if required Step 3: Split the data into training and testing data set Step 4: Form classifier models of the algorithms stated previously Step 5: Train the classifier with the training data set obtained in step Step 6: Test the classifier which has been created in the previous step 3.3 Vet Locator Step 1: The pet breed has been identified in the previous steps Step 2: The location will be obtained by calling an external API for the location detection purpose Step 3: The system will then query the database to find the vets which can be suggested to the user Step 4: The user will book an appointment with the vet Step 5: The user will have a follow up session with the vet 3.4 User Interface Step 1: Create a User interface Step 2: Upload an image onto it Step 3: Click on the submit button. 4. System Requirement 4.1. Hardware Requirements: Workstation with minimum 4 GB Ram, i5 core processor (or anything equivalent), 500GB Hard Disk Space 4.2. Software Requirements Python 3.6.3 Microsoft Excel Web Browser (Google Chrome Preferred) 4.3. Functional Requirements Technologies Image Processing Image Classification Language Python Platform Python Application Frameworks/APIs 4.4. The following frameworks /APIs will be required API to detect user location Sklearn Pandas Numpy Tkinter Python CV Android Studio for follow ups Video Conferencing API 4.5. Objectives of the project: We aims to achieve the following through this project: Provide an intelligent and interactive system for pets with unknown breeds The system will use AI to determine the underlying breed of the pet and the doctors who can treat the pet based on the user’s location. This will be done by a high end and high computation processing system The system interacts with the user by predicting the breed of the pet. Can be used on an individual level This system can be used by the pet owners Design a system with a highly usable UI The system has an underlying objective of getting handy treatment for fancy pets.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5231 5. PROPOSED SYSTEM 5.1 RESULTS:- Fig 3. Excel sheet Fig.4 Creating Classifier Fig.5 Location Module Fig.6 Pet Images 6. FLOWCHART Fig.7 Flowchart 7. CONCLUSION The proposed system as planned after extensive research during a literature survey includes the following features: Implementation of Image processing functionality to produce the output which can be passed on to the classification stage for the purpose of identification of the breed of the pet. 8. FUTURE WORK We aim at creating the following modules for the system A. Android App for the User Interface B. Image processing module for processing the image input by the user C. Classification module to identify the pet which is given as input 9. REFRENCES [1] Statista, www.statista.com [2] Nath, Hiran V., and Babu M. Mehtre. "Static malware analysis using machine learning methods." International Conference on Security in Computer Networks and Distributed Systems. Springer, Berlin, Heidelberg, 2014. [3] Shafiq, M. Zubair, et al. "Pe-miner: Mining structural information to detect malicious executables in realtime." International Workshop on Recent Advances in Intrusion Detection. Springer, Berlin, Heidelberg, 2009. [4] Ranveer, Smita, and Swapnaja Hiray. "Comparative analysis of feature extraction methods of malware detection." International Journal of Computer Applications 120.5 (2015).
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5232 [5] Singhal, Priyank, and Nataasha Raul. "Malware detection module using machine learning algorithms to assist in centralized security in enterprise networks." arXiv preprint arXiv:1205.3062 (2012). [6] Yuxin, Ding, and Zhu Siyi. "Malware detection based on deep learning algorithm." Neural Computing and Applications 31.2 (2019): 461-472.