Skip to content

this is a simple ai chatbot, with python pytorch and natural language processing.

License

Notifications You must be signed in to change notification settings

CrispenGari/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot

This is a basic chatbot project, implemented using state-of-art deep leaning to perform some basic communications with humans in real time.

bot

bot

This is a backend server that will serve a graphql response to the client between their communication.

web-client

This is a next.js application that will act as our bot client, which provides a simple UI for direct communication with the server.