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
- Host: GitHub
- URL: https://github.com/ron96g/sentimentclassifier
- Owner: ron96G
- Created: 2020-07-05T10:27:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T18:11:29.000Z (almost 5 years ago)
- Last Synced: 2024-12-31T16:19:32.154Z (5 months ago)
- Language: Jupyter Notebook
- Size: 592 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".