cbiehl / wwi19dsa-nlp

Natural Language Processing Lecture Repo
2 stars 0 forks source link

NLP-C2G-Sentiment Analysis #5

Open jonaswuttke opened 2 years ago

jonaswuttke commented 2 years ago

Coin2Gether is platform for users to exchange ideas and news about crypto currencies. It is essential for such a platform to find information quickly and easily. The source code of the application is based on the project from web development of the third semester (https://github.com/michael-spengler/price-predictor-wwi19dsa). The focus is on the extension of the frontend, adaptation of the backend and implementation of the Sentiment Analysis and a Time Series Analysis.

The source code can be found at https://github.com/Irish-77/NLP-C2G.

Your team from Coin2Gether, consisting of

Ferdinand Muth, Lukas Bach, and Jonas Wuttke.

jonaswuttke commented 2 years ago

Sentiment will be measured via Twitter Posts for cryptocurrencys like Bitcoin.

Sentiment range reaches from -1 (negative) to 1 (positive).

Visualisation will be added.

jonaswuttke commented 2 years ago

Visualisation added to Frontend

Pipeline in progress

Time series analysis in progress

More Visualisation will be added