[Insert description here]
A REST API was developed using Python's Flask library. This API contains multiple tasks supported by HuggingFace's DistilBERT.
The source code of this API is in the backend folder. The latter is organised as follows,
.
├── tasks
│ ├── sentiment_analysis.py
│ └── token_classification.py
└── server.py
In order to start Flask server API use the following command inside backend folder,
> flask --app server run
For development, use the debug option as follows;
> flask --app server --debug run
[Insert description here]
- Token classification (backend)
$\rightarrow$ Mutliple sentences - Sentiment Analysis (frontend)
$\rightarrow$ Statedata
making issues when switching to Sentiment Analysis tab