An open API service indexing awesome lists of open source software.

https://github.com/ron96g/sentimentclassifier

Contains the deployment and fine tuning python code for the SentimentClassifier for Tweets in german
https://github.com/ron96g/sentimentclassifier

Last synced: 3 months ago
JSON representation

Contains the deployment and fine tuning python code for the SentimentClassifier for Tweets in german

Awesome Lists containing this project

README

        

# SentimentClassifier

This repository contains all code used to build a German Sentiment Analysis Tool for Twitter.
To run this tool it is necessary to execute the python notebook containing the BERT-Model. After running this notebook the "model.bin" file can be downloaded and put into the "./deployment" directory. Then the flask can be started by running "python web.py".