8000 GitHub - batestin1/MarvinBot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

batestin1/MarvinBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MARVIN BOT

=================

About the project

The project consisted of developing a chatbot capable of answering questions and generating answers from the book "The Hitchhiker's Guide to the Galaxy". For this, we use an LSTM neural network in conjunction with the tensorflow library to train the model. In addition, we used the spacy library to perform a Named Entity Recognition (NER) analysis on the text of the book, in order to filter the lines of the character Marvin, the paranoid android.

Interaction with the chatbot was done through the Telegram application, and the chatbot instance was hosted on the Heroku service. Finally, we created a flowchart to illustrate the interaction between the different parts of the project.

The general objective of the project was to show how it is possible to create a chatbot capable of generating responses based on a textual corpus and using natural language processing techniques.

How to Run

To run the project, there is a simpler way. First, clone the repository to any destination on your machine.

In the root directory, open your terminal and type

python scripts/main.py 

Result

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0