SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 523
Recipe Companion: Posting And Sharing Using Recipes
Recommendation System
Karan Choudhari1, Shreetan Naik2, Mayur Bhavsar3, Snehal Ahire4
Dept. of Computer Engineering, G.E.S R.H. Sapat College of Engineering, Nashik, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In the whole world, the major attraction point of
people is food. People like to cook food of different national
cuisines, ethnic cuisines etc. They are eager to taste and to
know which authentic ingredients are used to make the same.
Many of them opt to know the procedure of making those
recipes. Most of the times people don’t get proper details of
recipes and could not try making them. In the proposed
system, people will have detailed information of variety of
recipes at a go! The application allows userstopostrecipesfor
various dishes with details including fromingredients tomake
time. Every user can search for recipes, save recipes as
favourite, share recipe with friends on social media. By
combining the title search and category-wise filtering, the
application makes finding recipes easy. Recipes being added
daily, people will always have something new to crave. Users
will be suggested to checkout new recipes which he may wish
to make using recommendation system. The application also
provides a feedback and ratings from users for recipes so that
others could know to which extent that recipe has been liked.
This application is time saver and handy to provide recipes
within few clicks.
Key Words: Recommendation System, Mobile
Application, Web Services, etc
1.INTRODUCTION
Proposed application is a very useful mobile androidappfor
people who love to cook and try out new recipes. It will
provides user flexibility to post, search, share recipes
through client-server interaction with an additional
capability to update and delete personal recipes. Our
application makes finding recipes easy. Recipes are from
authorized users who post their own recipes. Web Services
are used for searching recipes from cloud. Recipes ranges
from the decadent to the simple for whatever mood user are
in. Recipes are being daily added by the users to the app
which grows the database and there will always be
something new for other user to try. Users are allowed to
give the ratings to the recipes according to their liking. The
application recommends the user for highly rated recipes to
try. The application provides capability to user to search top
rated, trending recipes of different regions. Recipes are
displayed with recipe image, title, ratings and cooking
directions. Category based and sub-category based searchis
also provided to user. User is provided with the facility to
post video of recipe for guidance to others. This application
is a time saver providing recipes in few clicks. The user is
given choice to add a recipe to his favourites, remove them
from favourites. The interfaceismadehandytouse.Theuser
can search recipes, view added favorite recipe list and all
from home screen.
2. LITERATURE SURVEY
2.1 Content-Based Filtering Algorithm for
Mobile Recipe Application
In general people wish to cook food but howevertheyneeda
plan on what to cook and way to cook. Furthermore, they
additionally would like to grasp and try the recipes that suit
to their preference. There are a lot of cooking recipes site
which provide recipes to the user but fail to provide the
recipes in which user seems to be more interested. Current
recipe suggestions developed by some researchers are
mainly based on the collective interests, demographic
information, and ingredients content. The main objective of
this proposed application is to suggest a user preferred
recipe using content-based filtering algorithm. Content-
based filtering algorithm will be applied to identify the
recipes that have high rating. This algorithm will be able to
recommend recipes based on user ratings given to the
recipe.
2.2 Adding Weights to User Rating in
Recommendation Systems
Recommendation systems are the information filtering
system that try to predict the preference that users would
give to an item. To predict the preferences, these systems
use details of users profile, their opinions and their habits
and compare the information to reference characteristics to
present the recommendations. Recommender systems are
used in a variety of applications and got popular in
extremely short time as they provide a decision making
power to the administration. There are many
recommendation systems developed and used in
applications like music, books, news, movies, navigation
recommendation.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 524
3. PROPOSED SYSTEM
The purpose of project is to design and implement a system
which is helpful to post and find various recipes. Depending
upon users requirements, system displays recipes based on
region category and sub-category. User have to register for
using the system. User will also be recommended of other
recipes to try them.
3.1 System Architecture
Fig -1: Architecture diagram of proposed system
The system complies of android mobile app, web-services,
and the database. The app is used to interface with the users
for the purpose of searching, posting,sharingtherecipesand
performs navigation to different modules made available
within it. Database stores the data of recipes like title,
procedure, making time, ingredients, author of the recipes
etc. The web services are used to interpret the data from the
database and bind it to the different modules in the app.
JSON was used as the data-interchange between the client
and server side.
3.2 Recommendation Techniques
3.2.1 Collaborative information filtering
Collaborative filtering is the method which calculates
average rating of users choice on items/products and by
using this historical data recommendation is carried out.
This method also shares its rating information between
different users which helps the other users to find the
relevant data of their interest. Consider an example two
users gives similar rating to item or have similar behavior
like purchasing, watching videos etc. Then they may have
same area of interest, thus a system cansuggestitemstofirst
user which are previously referred by second user or vice
versa. There are two ways of algorithms which are used for
collaborative filtering first is memory based and second one
is the model based algorithm. Memory based algorithms are
based on total number of ratings given by the user on
database. This is further divided into two type user based
rating and item based ratings.Inuserbasedratingalgorithm,
the users having same area of interest are considered. In
item based rating algorithm, it calculates similaritybetween
two items/products and according to that it creates a bunch
of it.
3.2.2 Content-based information filtering
Content-based filtering system considershistorical data that
means recommend those items/product that are similar to
the ones that the user preferred in the past history. Here,
content means a web object. This system finds similar
items/products by comparing their featuresormatchingthe
attributes of user profile which contain information related
to users choice. For example, if in past user purchase a book
that belongs to the food genre, then the system can learn to
recommend other books from same genre.
3.2.3 Comparative analysis between the filtering
algorithms
Each of the filtering algorithms havetheirownstrengths and
drawbacks. Content Based Filtering Algorithm solely
depends on ratings provided by the active user to learn the
user’s preference. However, a collaborative filtering
algorithm depends on other users to rate the same item to
collects the users’ choices. In our System we are going to
take the positives of boththetechniquesandrecommendthe
recipes with highest rating in a specific category.
3.3 System Development and Framework
The mobile recipe application was developed using Android
SDK development environment and user interface. This is a
client server application, MS-SQL server was used at the
server side. Microsoft Visual Studio was used for database
designing and defining web services.
3.4 Authentication
The proposedsystemrequiresauthentication.Theuserneeds
to register himself to access the recipes and different
functionalities of theapp. The user needs toprovidethebasic
information to get himself registeredandcantheneasilytake
the benefits offered in the application. Once registershimself
he must login with the email id and password.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 525
Fig -2: Login window in application
3.5 Functionalities
Following fig 3, represents navigation panel from the app. In
that there are multiple options among which user can chose
to navigateto differentfunctionalitieslikemyprofileinwhich
user can access about his own profile, my recipes in which
user can have the record of the recipes posted by him, user
can add blog regarding a recipe, in competitions he can get
notifications about the various competitionsgoingtohappen
and apply for the same. User is provided with the
functionality called favourites where he can bookmark the
recipes which he liked the most amongthenumberofrecipes
so as to save time required in searching same recipe next
time.
Fig -3: Navigation pane in the application
3. CONCLUSIONS
This application is extremely handy and useful for cooking
variety of recipe with minimum search effort from internet.
This app also provides ability to user to create recipe and
save it for later reference. It will help people to save their
time and energy in finding recipes fordailyroutineaswell as
for special occasions. And since this is a mobile application,
users have the luxury to check for recipes wherever theyare
and save them for later. The application can be used by a
broad range of users which may include parents trying to
cook new recipe for kids, people who are fond of desserts,
restaurants owner trying to add new item to their menu and
for regular cooking. It will help to make the lives of people
simpler.
REFERENCES
[1] Teh Lee Cheng, Umi Kalsom Yusof,and Mohd NorAkmal
Khalid, “Content-Based Filtering Algorithm for Mobile
Recipe Application”, Malaysian Software Engineering
Conference(MYSEC), Dec. 2014.
[2] Dipak V. Patil, “Adding Weights to User Rating in
Recommendation Systems”, International Journal of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 526
Engineering, Business and Enterprise Applications,
13(1), June-August, 2015, pp. 88-93
BIOGRAPHIES
Karan Choudhari is currently a
student of GESRHSCOE, Nashik
from the University of Savitribai
Phule Pune.
Shreetan Naik is currently a
student of GESRHSCOE, Nashik
from the University of Savitribai
Phule Pune.
Mayur Bhavsar is currently a
student of GESRHSCOE, Nashik
from the University of Savitribai
Phule Pune.
Snehal Ahire is currently a
student of GESRHSCOE, Nashik
from the University of Savitribai
Phule Pune.
2nd
Author
Photo
4th
Author
Photo
3rd
Author
Photo
Author
Photo

More Related Content

What's hot

Srs dispensary-management
Srs dispensary-managementSrs dispensary-management
Srs dispensary-managementStayTuned3
 
IRJET- Android Application for WIFI based Library Book Locator
IRJET-  	  Android Application for WIFI based Library Book LocatorIRJET-  	  Android Application for WIFI based Library Book Locator
IRJET- Android Application for WIFI based Library Book LocatorIRJET Journal
 
Automated Mess Service Based on User's Location
Automated Mess Service Based on User's LocationAutomated Mess Service Based on User's Location
Automated Mess Service Based on User's LocationIRJET Journal
 
Provide security about risk score in mobile application’s
Provide security about risk score in mobile application’sProvide security about risk score in mobile application’s
Provide security about risk score in mobile application’seSAT Journals
 
Social Re-Ranking using Tag Based Image Search
Social Re-Ranking using Tag Based Image SearchSocial Re-Ranking using Tag Based Image Search
Social Re-Ranking using Tag Based Image SearchIRJET Journal
 
I03402059063
I03402059063I03402059063
I03402059063theijes
 
IRJET- News Recommendation based on User Preferences and Location
IRJET-  	  News Recommendation based on User Preferences and LocationIRJET-  	  News Recommendation based on User Preferences and Location
IRJET- News Recommendation based on User Preferences and LocationIRJET Journal
 
RocketRapport_Final_Report
RocketRapport_Final_ReportRocketRapport_Final_Report
RocketRapport_Final_ReportThanh Vu
 

What's hot (10)

Srs dispensary-management
Srs dispensary-managementSrs dispensary-management
Srs dispensary-management
 
IRJET- Android Application for WIFI based Library Book Locator
IRJET-  	  Android Application for WIFI based Library Book LocatorIRJET-  	  Android Application for WIFI based Library Book Locator
IRJET- Android Application for WIFI based Library Book Locator
 
Ijcet 06 10_004
Ijcet 06 10_004Ijcet 06 10_004
Ijcet 06 10_004
 
Automated Mess Service Based on User's Location
Automated Mess Service Based on User's LocationAutomated Mess Service Based on User's Location
Automated Mess Service Based on User's Location
 
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCENUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
 
Provide security about risk score in mobile application’s
Provide security about risk score in mobile application’sProvide security about risk score in mobile application’s
Provide security about risk score in mobile application’s
 
Social Re-Ranking using Tag Based Image Search
Social Re-Ranking using Tag Based Image SearchSocial Re-Ranking using Tag Based Image Search
Social Re-Ranking using Tag Based Image Search
 
I03402059063
I03402059063I03402059063
I03402059063
 
IRJET- News Recommendation based on User Preferences and Location
IRJET-  	  News Recommendation based on User Preferences and LocationIRJET-  	  News Recommendation based on User Preferences and Location
IRJET- News Recommendation based on User Preferences and Location
 
RocketRapport_Final_Report
RocketRapport_Final_ReportRocketRapport_Final_Report
RocketRapport_Final_Report
 

Similar to Recipe Companion: Posting And Sharing Using Recipes Recommendation System

Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...IRJET Journal
 
IRJET- Hybrid Recommendation System for Movies
IRJET-  	  Hybrid Recommendation System for MoviesIRJET-  	  Hybrid Recommendation System for Movies
IRJET- Hybrid Recommendation System for MoviesIRJET Journal
 
IRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigDataIRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigDataIRJET Journal
 
Foodmate: A Social Networking Web Application for Foodies
Foodmate: A Social Networking Web Application for FoodiesFoodmate: A Social Networking Web Application for Foodies
Foodmate: A Social Networking Web Application for FoodiesIRJET Journal
 
Personalized Food Recipe Recommendation and Search
Personalized Food Recipe Recommendation and SearchPersonalized Food Recipe Recommendation and Search
Personalized Food Recipe Recommendation and SearchIRJET Journal
 
Mixed Recommendation Algorithm Based on Content, Demographic and Collaborativ...
Mixed Recommendation Algorithm Based on Content, Demographic and Collaborativ...Mixed Recommendation Algorithm Based on Content, Demographic and Collaborativ...
Mixed Recommendation Algorithm Based on Content, Demographic and Collaborativ...IRJET Journal
 
IRJET- Analysis on Existing Methodologies of User Service Rating Prediction S...
IRJET- Analysis on Existing Methodologies of User Service Rating Prediction S...IRJET- Analysis on Existing Methodologies of User Service Rating Prediction S...
IRJET- Analysis on Existing Methodologies of User Service Rating Prediction S...IRJET Journal
 
IRJET- V.A.N.I. (Voice Automated Notes and Information)
IRJET- V.A.N.I. (Voice Automated Notes and Information)IRJET- V.A.N.I. (Voice Automated Notes and Information)
IRJET- V.A.N.I. (Voice Automated Notes and Information)IRJET Journal
 
IRJET- Analysis of Rating Difference and User Interest
IRJET- Analysis of Rating Difference and User InterestIRJET- Analysis of Rating Difference and User Interest
IRJET- Analysis of Rating Difference and User InterestIRJET Journal
 
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...IRJET Journal
 
Book Recommendation System
Book Recommendation SystemBook Recommendation System
Book Recommendation SystemIRJET Journal
 
IRJET- An Intuitive Sky-High View of Recommendation Systems
IRJET- An Intuitive Sky-High View of Recommendation SystemsIRJET- An Intuitive Sky-High View of Recommendation Systems
IRJET- An Intuitive Sky-High View of Recommendation SystemsIRJET Journal
 
Analysing the performance of Recommendation System using different similarity...
Analysing the performance of Recommendation System using different similarity...Analysing the performance of Recommendation System using different similarity...
Analysing the performance of Recommendation System using different similarity...IRJET Journal
 
Finger Gesture Based Rating System
Finger Gesture Based Rating SystemFinger Gesture Based Rating System
Finger Gesture Based Rating SystemIRJET Journal
 
MOVIE RECOMMENDATION SYSTEM
MOVIE RECOMMENDATION SYSTEMMOVIE RECOMMENDATION SYSTEM
MOVIE RECOMMENDATION SYSTEMIRJET Journal
 
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNINGWEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNINGIRJET Journal
 
IRJET- Review on Different Recommendation Techniques for GRS in Online Social...
IRJET- Review on Different Recommendation Techniques for GRS in Online Social...IRJET- Review on Different Recommendation Techniques for GRS in Online Social...
IRJET- Review on Different Recommendation Techniques for GRS in Online Social...IRJET Journal
 
AyurMed via E-Com using React
AyurMed via E-Com using ReactAyurMed via E-Com using React
AyurMed via E-Com using ReactIRJET Journal
 
Smart Feedback Analysis System
Smart Feedback Analysis SystemSmart Feedback Analysis System
Smart Feedback Analysis SystemIRJET Journal
 
IRJET - Online Product Scoring based on Sentiment based Review Analysis
IRJET - Online Product Scoring based on Sentiment based Review AnalysisIRJET - Online Product Scoring based on Sentiment based Review Analysis
IRJET - Online Product Scoring based on Sentiment based Review AnalysisIRJET Journal
 

Similar to Recipe Companion: Posting And Sharing Using Recipes Recommendation System (20)

Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
 
IRJET- Hybrid Recommendation System for Movies
IRJET-  	  Hybrid Recommendation System for MoviesIRJET-  	  Hybrid Recommendation System for Movies
IRJET- Hybrid Recommendation System for Movies
 
IRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigDataIRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigData
 
Foodmate: A Social Networking Web Application for Foodies
Foodmate: A Social Networking Web Application for FoodiesFoodmate: A Social Networking Web Application for Foodies
Foodmate: A Social Networking Web Application for Foodies
 
Personalized Food Recipe Recommendation and Search
Personalized Food Recipe Recommendation and SearchPersonalized Food Recipe Recommendation and Search
Personalized Food Recipe Recommendation and Search
 
Mixed Recommendation Algorithm Based on Content, Demographic and Collaborativ...
Mixed Recommendation Algorithm Based on Content, Demographic and Collaborativ...Mixed Recommendation Algorithm Based on Content, Demographic and Collaborativ...
Mixed Recommendation Algorithm Based on Content, Demographic and Collaborativ...
 
IRJET- Analysis on Existing Methodologies of User Service Rating Prediction S...
IRJET- Analysis on Existing Methodologies of User Service Rating Prediction S...IRJET- Analysis on Existing Methodologies of User Service Rating Prediction S...
IRJET- Analysis on Existing Methodologies of User Service Rating Prediction S...
 
IRJET- V.A.N.I. (Voice Automated Notes and Information)
IRJET- V.A.N.I. (Voice Automated Notes and Information)IRJET- V.A.N.I. (Voice Automated Notes and Information)
IRJET- V.A.N.I. (Voice Automated Notes and Information)
 
IRJET- Analysis of Rating Difference and User Interest
IRJET- Analysis of Rating Difference and User InterestIRJET- Analysis of Rating Difference and User Interest
IRJET- Analysis of Rating Difference and User Interest
 
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
 
Book Recommendation System
Book Recommendation SystemBook Recommendation System
Book Recommendation System
 
IRJET- An Intuitive Sky-High View of Recommendation Systems
IRJET- An Intuitive Sky-High View of Recommendation SystemsIRJET- An Intuitive Sky-High View of Recommendation Systems
IRJET- An Intuitive Sky-High View of Recommendation Systems
 
Analysing the performance of Recommendation System using different similarity...
Analysing the performance of Recommendation System using different similarity...Analysing the performance of Recommendation System using different similarity...
Analysing the performance of Recommendation System using different similarity...
 
Finger Gesture Based Rating System
Finger Gesture Based Rating SystemFinger Gesture Based Rating System
Finger Gesture Based Rating System
 
MOVIE RECOMMENDATION SYSTEM
MOVIE RECOMMENDATION SYSTEMMOVIE RECOMMENDATION SYSTEM
MOVIE RECOMMENDATION SYSTEM
 
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNINGWEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
WEB BASED NUTRITION AND DIET ASSISTANCE USING MACHINE LEARNING
 
IRJET- Review on Different Recommendation Techniques for GRS in Online Social...
IRJET- Review on Different Recommendation Techniques for GRS in Online Social...IRJET- Review on Different Recommendation Techniques for GRS in Online Social...
IRJET- Review on Different Recommendation Techniques for GRS in Online Social...
 
AyurMed via E-Com using React
AyurMed via E-Com using ReactAyurMed via E-Com using React
AyurMed via E-Com using React
 
Smart Feedback Analysis System
Smart Feedback Analysis SystemSmart Feedback Analysis System
Smart Feedback Analysis System
 
IRJET - Online Product Scoring based on Sentiment based Review Analysis
IRJET - Online Product Scoring based on Sentiment based Review AnalysisIRJET - Online Product Scoring based on Sentiment based Review Analysis
IRJET - Online Product Scoring based on Sentiment based Review Analysis
 

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

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
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
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
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
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
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
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
 
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
 
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
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
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
 

Recently uploaded (20)

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
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
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
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.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
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
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
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
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
 
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
 
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...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
★ 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
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
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
 

Recipe Companion: Posting And Sharing Using Recipes Recommendation System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 523 Recipe Companion: Posting And Sharing Using Recipes Recommendation System Karan Choudhari1, Shreetan Naik2, Mayur Bhavsar3, Snehal Ahire4 Dept. of Computer Engineering, G.E.S R.H. Sapat College of Engineering, Nashik, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In the whole world, the major attraction point of people is food. People like to cook food of different national cuisines, ethnic cuisines etc. They are eager to taste and to know which authentic ingredients are used to make the same. Many of them opt to know the procedure of making those recipes. Most of the times people don’t get proper details of recipes and could not try making them. In the proposed system, people will have detailed information of variety of recipes at a go! The application allows userstopostrecipesfor various dishes with details including fromingredients tomake time. Every user can search for recipes, save recipes as favourite, share recipe with friends on social media. By combining the title search and category-wise filtering, the application makes finding recipes easy. Recipes being added daily, people will always have something new to crave. Users will be suggested to checkout new recipes which he may wish to make using recommendation system. The application also provides a feedback and ratings from users for recipes so that others could know to which extent that recipe has been liked. This application is time saver and handy to provide recipes within few clicks. Key Words: Recommendation System, Mobile Application, Web Services, etc 1.INTRODUCTION Proposed application is a very useful mobile androidappfor people who love to cook and try out new recipes. It will provides user flexibility to post, search, share recipes through client-server interaction with an additional capability to update and delete personal recipes. Our application makes finding recipes easy. Recipes are from authorized users who post their own recipes. Web Services are used for searching recipes from cloud. Recipes ranges from the decadent to the simple for whatever mood user are in. Recipes are being daily added by the users to the app which grows the database and there will always be something new for other user to try. Users are allowed to give the ratings to the recipes according to their liking. The application recommends the user for highly rated recipes to try. The application provides capability to user to search top rated, trending recipes of different regions. Recipes are displayed with recipe image, title, ratings and cooking directions. Category based and sub-category based searchis also provided to user. User is provided with the facility to post video of recipe for guidance to others. This application is a time saver providing recipes in few clicks. The user is given choice to add a recipe to his favourites, remove them from favourites. The interfaceismadehandytouse.Theuser can search recipes, view added favorite recipe list and all from home screen. 2. LITERATURE SURVEY 2.1 Content-Based Filtering Algorithm for Mobile Recipe Application In general people wish to cook food but howevertheyneeda plan on what to cook and way to cook. Furthermore, they additionally would like to grasp and try the recipes that suit to their preference. There are a lot of cooking recipes site which provide recipes to the user but fail to provide the recipes in which user seems to be more interested. Current recipe suggestions developed by some researchers are mainly based on the collective interests, demographic information, and ingredients content. The main objective of this proposed application is to suggest a user preferred recipe using content-based filtering algorithm. Content- based filtering algorithm will be applied to identify the recipes that have high rating. This algorithm will be able to recommend recipes based on user ratings given to the recipe. 2.2 Adding Weights to User Rating in Recommendation Systems Recommendation systems are the information filtering system that try to predict the preference that users would give to an item. To predict the preferences, these systems use details of users profile, their opinions and their habits and compare the information to reference characteristics to present the recommendations. Recommender systems are used in a variety of applications and got popular in extremely short time as they provide a decision making power to the administration. There are many recommendation systems developed and used in applications like music, books, news, movies, navigation recommendation.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 524 3. PROPOSED SYSTEM The purpose of project is to design and implement a system which is helpful to post and find various recipes. Depending upon users requirements, system displays recipes based on region category and sub-category. User have to register for using the system. User will also be recommended of other recipes to try them. 3.1 System Architecture Fig -1: Architecture diagram of proposed system The system complies of android mobile app, web-services, and the database. The app is used to interface with the users for the purpose of searching, posting,sharingtherecipesand performs navigation to different modules made available within it. Database stores the data of recipes like title, procedure, making time, ingredients, author of the recipes etc. The web services are used to interpret the data from the database and bind it to the different modules in the app. JSON was used as the data-interchange between the client and server side. 3.2 Recommendation Techniques 3.2.1 Collaborative information filtering Collaborative filtering is the method which calculates average rating of users choice on items/products and by using this historical data recommendation is carried out. This method also shares its rating information between different users which helps the other users to find the relevant data of their interest. Consider an example two users gives similar rating to item or have similar behavior like purchasing, watching videos etc. Then they may have same area of interest, thus a system cansuggestitemstofirst user which are previously referred by second user or vice versa. There are two ways of algorithms which are used for collaborative filtering first is memory based and second one is the model based algorithm. Memory based algorithms are based on total number of ratings given by the user on database. This is further divided into two type user based rating and item based ratings.Inuserbasedratingalgorithm, the users having same area of interest are considered. In item based rating algorithm, it calculates similaritybetween two items/products and according to that it creates a bunch of it. 3.2.2 Content-based information filtering Content-based filtering system considershistorical data that means recommend those items/product that are similar to the ones that the user preferred in the past history. Here, content means a web object. This system finds similar items/products by comparing their featuresormatchingthe attributes of user profile which contain information related to users choice. For example, if in past user purchase a book that belongs to the food genre, then the system can learn to recommend other books from same genre. 3.2.3 Comparative analysis between the filtering algorithms Each of the filtering algorithms havetheirownstrengths and drawbacks. Content Based Filtering Algorithm solely depends on ratings provided by the active user to learn the user’s preference. However, a collaborative filtering algorithm depends on other users to rate the same item to collects the users’ choices. In our System we are going to take the positives of boththetechniquesandrecommendthe recipes with highest rating in a specific category. 3.3 System Development and Framework The mobile recipe application was developed using Android SDK development environment and user interface. This is a client server application, MS-SQL server was used at the server side. Microsoft Visual Studio was used for database designing and defining web services. 3.4 Authentication The proposedsystemrequiresauthentication.Theuserneeds to register himself to access the recipes and different functionalities of theapp. The user needs toprovidethebasic information to get himself registeredandcantheneasilytake the benefits offered in the application. Once registershimself he must login with the email id and password.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 525 Fig -2: Login window in application 3.5 Functionalities Following fig 3, represents navigation panel from the app. In that there are multiple options among which user can chose to navigateto differentfunctionalitieslikemyprofileinwhich user can access about his own profile, my recipes in which user can have the record of the recipes posted by him, user can add blog regarding a recipe, in competitions he can get notifications about the various competitionsgoingtohappen and apply for the same. User is provided with the functionality called favourites where he can bookmark the recipes which he liked the most amongthenumberofrecipes so as to save time required in searching same recipe next time. Fig -3: Navigation pane in the application 3. CONCLUSIONS This application is extremely handy and useful for cooking variety of recipe with minimum search effort from internet. This app also provides ability to user to create recipe and save it for later reference. It will help people to save their time and energy in finding recipes fordailyroutineaswell as for special occasions. And since this is a mobile application, users have the luxury to check for recipes wherever theyare and save them for later. The application can be used by a broad range of users which may include parents trying to cook new recipe for kids, people who are fond of desserts, restaurants owner trying to add new item to their menu and for regular cooking. It will help to make the lives of people simpler. REFERENCES [1] Teh Lee Cheng, Umi Kalsom Yusof,and Mohd NorAkmal Khalid, “Content-Based Filtering Algorithm for Mobile Recipe Application”, Malaysian Software Engineering Conference(MYSEC), Dec. 2014. [2] Dipak V. Patil, “Adding Weights to User Rating in Recommendation Systems”, International Journal of
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 526 Engineering, Business and Enterprise Applications, 13(1), June-August, 2015, pp. 88-93 BIOGRAPHIES Karan Choudhari is currently a student of GESRHSCOE, Nashik from the University of Savitribai Phule Pune. Shreetan Naik is currently a student of GESRHSCOE, Nashik from the University of Savitribai Phule Pune. Mayur Bhavsar is currently a student of GESRHSCOE, Nashik from the University of Savitribai Phule Pune. Snehal Ahire is currently a student of GESRHSCOE, Nashik from the University of Savitribai Phule Pune. 2nd Author Photo 4th Author Photo 3rd Author Photo Author Photo