Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 567 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 567 Bytes

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.