suraj-self / AutoTestLab

This project is the demonstration of a scalable, reusable, maintainable automation framework based on page object model using selenium webdriver, pytest and python
0 stars 0 forks source link

Create Frontend for Sentiment Analysis API #3

Closed suraj-self closed 5 months ago

suraj-self commented 5 months ago

Develop a frontend for the sentiment analysis API using HTML, CSS, and JavaScript. The frontend should have an attractive user interface to input text, submit it for sentiment analysis, and display the results in terms of probabilities of POSITIVE & NEGATIVE sentiments with appropriate icons.

suraj-self commented 5 months ago

Created HTML,CSS, JAVASCRIPT files as per given requirement to take the user input from UI and returns the sentiment analysis response back to User Interface