Analyse the user text input in real time and provide sentiment analysis along with visualization, charts.
Here is an overview of the project structure:
app
├── internal
├── nlp-models
├── notebook
├── saved-model # ignored
├── sent-model
├── src
├── routers
├── tests
------- # other files
├── README.md
├── requirements.txt
Create a virutalenv and install the required libraries from requirements.txt
virutalenv venv
venv\Scripts\activate
pip install -r requirements.txt