Chat Bot
A software application used for an online chat via text or text-to-speech, instead of giving contact with a human.
Here are 6,004 public repositories matching this topic...
-
Updated
Sep 6, 2021 - Python
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
-
Updated
Aug 28, 2021 - Python
Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
-
Updated
Sep 2, 2021 - TypeScript
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
-
Updated
Dec 22, 2020 - Python
-
Updated
Sep 5, 2021 - TypeScript
Fedora & apt-get
Specs
- Leon version: latest
- OS (or browser) version: Fedora 30
- Node.js version: 10.16.3
- Complete "npm run check" output:
➡ Here is the diagnosis about your current setup
✔ Run
✔ Run modules
✔ Reply you by texting
❗ Amazon Polly text-to-speech
❗ Google Cloud text-to-speech
❗ Watson text-to-speech
❗ Offline text-to-speech
❗ Google Cloud speech-to-text
❗ Watson spee
Deep Learning and Reinforcement Learning Library for Scientists and Engineers
-
Updated
Sep 4, 2021 - Python
- BotMan Version: 2.5.0
- PHP Version: 7.4.2
- Messaging Service(s): Telegram, Web
- Cache Driver: Redis
Description:
I noticed the typesAndWaits uses the sleep method, but this only allows you to sleep whole seconds.
Wouldn't it be better to use usleep, so we can sleep for 2.5 seconds, or 0.5 seconds?
I noticed the code moved from the BotMan class to the drivers, but the ch
An open source library for deep learning end-to-end dialog systems and chatbots.
-
Updated
Sep 3, 2021 - Python
An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so more
-
Updated
Aug 25, 2021 - JavaScript
Snips Python library to extract meaning from text
-
Updated
May 3, 2021 - Python
Venom is the most complete javascript library for Whatsapp, 100% Open Source.
-
Updated
Sep 3, 2021 - JavaScript
Create a weather module which will get the weather for a given city, at a given date (using the language/date package).
The API for that isn't chosen yet.
You can copy the model of the Spotify module for the registration of the tokens, see here
Save the API key into user information if the API requires a token.
Opene
My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
-
Updated
Jul 21, 2019 - Python
The most awesome list about bots
-
Updated
Aug 5, 2021
An extensible message tunneling chat bot framework. Delivers messages to and from multiple platforms and remotely control your accounts.
-
Updated
Jul 28, 2021 - Python
Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
-
Updated
Aug 27, 2021 - Python
A multi-function Discord bot
-
Updated
Sep 6, 2021 - Python
一个可以自己进行训练的中文聊天机器人, 根据自己的语料训练出自己想要的聊天机器人,可以用于智能客服、在线问答、智能聊天等场景。目前包含seq2seq、seqGAN版本、tf2.0版本、pytorch版本。
-
Updated
Dec 4, 2020 - Python
Rasa Core is now part of the Rasa repo: An open source machine learning framework to automate text-and voice-based conversations
-
Updated
Jun 5, 2019 - Python
-
Updated
Aug 16, 2021 - PHP


Is your feature request related to a problem? Please describe.
The current RoomMemberQueryFilter doesn't support query by wxid (id of Contact), can we support this?
Describe the solution you'd like
Add id as a string type in RoomMemberQueryFilter
Describe alternatives you've considered