Sentiment analysis neural network trained by fine tuning BERT on the Stanford Sentiment Treebank.
pip3 install -r requirements.txt
python3 train.py
python3 evaluate.py
python3 analyze.py
python3 server.py
cd client
npm install
cd client
npm run serve