You are on page 1of 7

VISVESVARAYA TECHNOLOGICAL UNIVERSITY BELGAUM

“SWIGGY SALES ANALYSIS”


Submitted in partial fulfilment of the requirements for the curriculum
of 3rd semester Master of Computer Applications
Submitted by

VINODGOWDA G(1EW22MC059)
Under the Guidance of

Mrs. SHWETHASHRI K
Assistant Professor
MCA EWIT

Master Of Computer Applications

EAST WEST INSTITUTE OF TECHNOLOGY, BANGALORE


Off Magadi Road, Vishwaneedam Post, Bangalore-560091

2023-24
EAST WEST INSTITUTE OF TECHNOLOGY

Department Of Master of Computer Applications,


EAST WEST INSTITUE OF TECHNOLOGY
Off Magadi Road, Vishwaneedam Post, Bangalore-560091

CERTIFICATE
This is to certify that the “SWIGGY SALES ANALYSIS” Project carried out by
VINODGOWDA G (1EW22MC059) are a bonafide student at East West Institute of
Technology, has successfully completed the Internship work in partial fulfillment as per the
curriculum of third semester Master of Computer Applications prescribed by the
Visvesvaraya Technological University, Belgaum during the year 2023-24.

Signature of Internal Guide Signature of HOD Signature of Principal


Mrs. Shwethashri K Prof. Praveen K S Dr. K Channakeshavalu
Assistant Professor Head of Department Principal

Name of the examiner

1.

2.
DECLARATION

I, VINODGOWDA G, student of 3rd semester MCA, East West Institute of Technology,


bearing USN 1EW22MC059 hereby declare that the DAP Project work entitled “SWIGGY
SALES ANALYSIS” has been carried out by under supervision of Internal Guide Mrs.
SHWETHASHRI K, Assistant Professor, Department of MCA and submitted in partial
fulfilment of the requirements for the award of the Degree of Master of Computer Applications
by Visvesvaraya Technological University, Belgaum during the academic year 2023-24

NAME: VINODGOWDA G Signature


USN: 1EW22MC059
ACKNOWLEDGEMENT
It is not exaggeration to say that the emergency of this book was outcome of absorbing DATA
ANALYTICS LABORATORY Project work. It is not only involved number of days of efforts
but also extensive consultation, case study, analysis, programming and many more. In fact, in
this project work I enjoyed the creation and innovative support from the concerned guide.
I take this opportunity to express my sincere thanks to our Principal Dr. K Channakeshavalu for
providing necessary facilities for this Project work.
I would like to express my deepest regards and sincere thanks to Prof. Praveen K S, HOD Dept
of MCA, East West Institute of Technology for his valuable suggestions, spontaneous
encouragement, guidance and providing constant help in carrying on this Project work. He has
been very kind and I thank him for overall support.
My, sincere thanks to our Internal Guide Mrs. Shwethashri K, Assistant Professor, Dept of
MCA, East West Institute of Technology for his valuable suggestions, spontaneous
encouragement, guidance and providing constant help in carrying out the project work.
I would like to thank my parents and all my classmates, and all other faculty members, Department
of MCA, who have controlled directly or indirectly in my efforts to complete the work
successfully.

NAME: VINODGOWDA G
USN: 1EW22MC059
ABSTRACT
In the age of digital connectivity, social networking platforms like LinkedIn play a pivotal role in
professional networking and career advancement. Understanding user sentiments towards these
platforms is crucial for developers and stakeholders to enhance user experience and tailor services
effectively. This project focuses on sentiment analysis of LinkedIn app reviews, aiming to provide
insights into user perceptions, sentiments, and areas for improvement. The methodology involves
collecting a large dataset of LinkedIn app reviews from various sources such as app stores and online
platforms. Natural Language Processing (NLP) techniques are employed to preprocess the text data,
including tokenization, stop-word removal, and lemmatization. Sentiment analysis models, including
lexicon-based approaches and machine learning algorithms like Support Vector Machines (SVM)
and Recurrent Neural Networks (RNN), are implemented to classify reviews into positive, negative,
or neutral sentiments. Furthermore, the project explores the impact of different features and updates
on user sentiments over time through sentiment trend analysis. Additionally, topic modeling
techniques such as Latent Dirichlet Allocation (LDA) are applied to uncover prevalent themes and
topics within the reviews. The findings of this study are expected to provide valuable insights into
user satisfaction, dissatisfaction, and feature preferences regarding the LinkedIn app. By identifying
common pain points and areas of praise, developers can prioritize enhancements to improve user
experience and engagement. Moreover, the sentiment trend analysis enables tracking the
effectiveness of updates and feature releases, facilitating data-driven decision-making for future
developments. In conclusion, this project contributes to the field of sentiment analysis by providing a
detailed understanding of user sentiments towards the LinkedIn app. The methodologies and insights
gained can be extrapolated to other social networking platforms, aiding in the continuous
improvement of digital services to meet evolving user expectations and needs.
CONTENTS
1. INTRODUCTION 01

1.1 PROJECT AIM 01

1.2 PROBLEM STATEMENT 02

1.3 OBJECTIVE 02
1.4 SCOPE AND PURPOSE 03

2. LITERATURE SURVEY 04

2.1 EXISTING SYSTEM 05


2.2 PROPOSED SYSTEM 06

3. SOFTWARE REQUIREMENT SPECIFICATION 08

3.1 PYTHON LIBRARIES 08

3.2 TECHNOLOGIES 10

3.3 SOFTWARE AND HARDWARE REQUIREMENTS 11


4. SYSTEM DESIGN 13

4.1 DATA FLOW DIAGRAM 13


5. IMPLEMENTATION 16

5.1 CODING 16

5.2 SNAPSHOTS 19

6. SOFTWARE TESTING 21

6.1 LEVELS OFTESTING 21


6.2 TYPES OF TESTING 21

6.3 TEST CASES 22

7. CONCLUSION 24
8. FUTURE ENHANCEMENT 25
BIBILIOGRAPHY
LIST OF FIGURES

Sl. Fig. Fig. Name Page


No. No. No.

1 4.1.1 Data Flow Diagram 13

2 5.2.1 Plotting a bar chart for Gender and 19


its count.

3 5.2.2 Total Amount vs Age Group 20

4 5.2.3 Top 10 most sold products 20

5 6.3.1 Data set Collection 22

6 6.3.2 Review and Analysis Test 23

You might also like