You are on page 1of 23

Secure and Efficient Product

Info Retrieval

Submitted by: Submitted to:


Nirmalakumari Bhandari Mr.Sanjay Kumar C K
Concepts to be covered
 Abstract
 Literature survey
 Software requirement specification
 Architecture overview
 Implementation perspective
 Test cases
 Conclusion
Abstract
 Most of popular online shopping sites promotes large
number of products through internet services. The
products review and rating are both independent
factors, the consumer will mainly focus on ratings
rather than the textual feedback and review.
 The main goal is to make the effective use of rating
for the online consumer.
 Sentiment analysis is the most fundamental and
important work in extracting user’s interest
preferences.
Literature Survey
 EXISTING SYSTEM
Reviews and ratings are two different factors ,the
customer will mainly focus on ratings rather than
textual feedback.
DISADVANTAGES
The frequency-based solution is not able to
identify the truly important aspects of products which
may lead to decrease in efficiency of the review.
Continue..
PROPOSED SYSTEM

 We propose a sentiment-based rating prediction


method. In our work, we make use of social users’
sentiment to conclude ratings. First, we extract
product features from user reviews.

 Then, we find out the sentiment words, which are


used to describe the product features. Besides, we
influence sentiment dictionaries to calculate
sentiment of a specific user on an item/product.
Software Requirement
Spefication
 FUNCTIONAL REQUIREMENT
 Authentication
 Uploading Items
 Sentimental analysis process
 Rating prediction
 Reviews analysis
 NON-FUNCTIONAL REQUIREMENT
Availability
Reliability
Usability
Integrity
Continue..
HARDWARE REQUIREMENT

• Processor : Intel i3 2 .4GHz


• Hard Disk : 40GB
• Ram : 4 GB or above
 
SOFTWARE REQUIREMENTS

• Operating system : Windows 7 and above


• Front End : ASP.NET(HTML5, CSS3, Java script)
• Coding Language : C#.Net
• Database : MSSql
• IDE :Visual Studio 2015
Architecture Overview
System Design
Activity Diagram
Implementation
perspective
 Register Page

void PageLoad(object sender, EventArgs e)


void Reset(object sender, EventArgs e)
void Submit(object sender, EventArgs e)

 Login Page

protected void Login(object sender, EventArgs e)

Admin login
if (uname.Value.Equals("admin") &pswd.Value.Equals("admin"))
{Response.Redirect("adminpage.aspx"); }

 
Continue..
 Search page
 The search page is divided into 2 types.
 One is category wise and another one is keyword
based search.
 Sentimental analysis
 Tokenization: Here every word of the sentence is
considered as tokens.
 Stop word removal: here unnecessary symbols is
removal.
 Stemming: Root word identification is done by
comparing with trained data sets.
Test cases
Conclusion
 As a conclusion, the application that is capable of
creating various users profile by providing access to
view products , view reviews and add reviews to the
products.
 A product aspect ranking framework to identify the
important aspects of products from numerous
consumer reviews. The framework contains three
main components, i.e., product aspect identification,
aspect sentiment classification, and aspect ranking.
Screenshots
THANK YOU

You might also like