shsarv/ChatBot
This is the source code of article how to create a chatbot in python . i.e A chatbot using the Reformer, also known as the efficient Transformer, to generate dialogues between two bots.
This project provides the underlying code to build a conversational AI. You feed it example conversations, and it learns to generate natural dialogue, both answering questions and asking for more information when needed. This is for developers interested in creating or customizing their own chatbot applications.
No commits in the last 6 months.
Use this if you are a developer looking for a Python-based example to build a chatbot that can engage in dynamic, context-aware conversations.
Not ideal if you are a non-technical user looking for a ready-to-use chatbot application or a simple plug-and-play solution.
Stars
10
Forks
3
Language
Jupyter Notebook
License
—
Category
Last pushed
May 22, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/shsarv/ChatBot"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rodrigopivi/Chatito
🎯🗯 Dataset generation for AI chatbots, NLP tasks, named entity recognition or text...
SimGus/Chatette
A powerful dataset generator for Rasa NLU, inspired by Chatito
metterian/peep-talk
A Situational Conversation-Based English Education Platform
WenRichard/Customer-Chatbot
中文智能客服机器人demo,包含闲聊和专业问答2个部分,支持自定义组件(Chinese intelligent customer chatbot Demo, including the...
oswaldoludwig/Seq2seq-Chatbot-for-Keras
This repository contains a new generative model of chatbot based on seq2seq modeling.