This repository is designed for full-stack assessment.
The developer must design a free hosted UI for the Python code in this repository. This is a sentiment classification code that displays results as "POSITIVE" or "NEGATIVE" based on the sentiment of the input text. The algorithm also gives word redundancy and highlights repeated words.
- Please clone this repository and download all of the requirements from (requirements.txt) into your virtual environment.
- Download the model from this link.
- Create a UI based on the model and code.
- Host this project as a webapp on a free hosted service.
For assement submission please fill this google form
IMPORTANT: Please keep in mind that all open-source and free services should be used to host this application.
Following are deliverables for your submission:
- The URL of the webapp that you hosted.
- A detailed description of your implementation.(What deployment services did you employ? Where did you obtain the domain? and related information)
- OPTIONAL: You can play with the code and create your own features (based on NLP, transformers, or rule-based logic) to improve app usability.