Detailed 2
Detailed 2
✓ Input- Real-time platform reviews are collected through APIs. Input can be
text, social media handles, or Excel files, all pre-processed into clean
datasets.
✓ Process-
• Relevant features being extracted from the data sets through word embeddings,
…….also using future technologies like Artificial Intelligence, Machine Learning and
…….Deep Learning Algorithms (CNNs, BERT, BilSTM, etc.).
✓ Output- The overall report generated ( including stats and graphs ) of the
sentiment trend contributes towards the organizational growth.
WORKING OF PROTOTYPE:
• Input: Entering the texts, Excel file or social handle in the webpage.
(Data is entered in the HTML page styled with CSS using Jquery
responsiveness and JavaScript for logic building).
• Data Interpretation: Input entered will go to the node server and then
to FLASK where the ML used interprets the data through Deep Learning
Model.
• Sentiment Analysis: It then creates a neural network
prediction in the form of numbers where these numbers
decide the overall sentiment of the text and generate a word
cloud based on maximum repeated words.