Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 914 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 914 Bytes

NLPDiscordBot

This discord bot was made using python and was meant for educational and explorative purposes. Natural Language Processing is so cool though and I even got to impress a friend with it! :)

Type .help for the current commands.

Demonstrations:

image

Fig 1. OpenAI NLP Chatbot which responds to the user when prompted.

image

Fig 2. Training of NLP Chatbot by inserting the user's question and answer into a chat-log.txt file which can be used for other NLP models as training data.

image

Fig 3. Sentimental Anaylsis using Transformers to classify the user's message.