cbiehl / wwi19dsa-nlp

Natural Language Processing Lecture Repo
2 stars 0 forks source link

NLP-C2G #3

Open Ronho opened 2 years ago

Ronho 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. In order to provide the best experience for our users which are new to the world of crypto, a bot should make it easy to navigate the site and find information. 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 chat bot.

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

Your team from Coin2Gether/Chatbot, consisting of

Ronho commented 2 years ago

The bot is goal oriented and will operate using the English language. Data for the Bot is collected through the creation of the members but further methods are evaluated. Intents which the bot should answer properly:

The questions for the intents "navigate" and "find" are quite similar. Here, different ways of building the bot are evaluated to get the best results.

jonaswuttke commented 2 years ago

Adding Sentiment Analysis to the Project.

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

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

Visualisation will be added.

Sentiment will also be available via Chatbot.