https://github.com/jfmdev/simple_chatbots
Simple Chatbots implemented with Machine Learning
https://github.com/jfmdev/simple_chatbots
chatbot ia machine-learning python sbert tensorflow
Last synced: 8 months ago
JSON representation
Simple Chatbots implemented with Machine Learning
- Host: GitHub
- URL: https://github.com/jfmdev/simple_chatbots
- Owner: jfmdev
- License: mpl-2.0
- Created: 2023-06-07T14:30:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T14:13:04.000Z (over 2 years ago)
- Last Synced: 2025-06-04T03:44:54.685Z (9 months ago)
- Topics: chatbot, ia, machine-learning, python, sbert, tensorflow
- Language: Python
- Homepage:
- Size: 4.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Simple Chatbots
This repository contains examples of Chatbots implemented with Python and Matchine Learning.
* The `/refranes` folder contains a chatbot, implemented with neural networks, and trained with a JSON intents file, to answers questions (in Spanish) using common Spanish idioms.
* The `/gnu-licenses` folder implements a chatbot, implemented with sentence tranformers, and trained with the [GNU's Frequently Asked Questions site](https://www.gnu.org/licenses/gpl-faq.html), to answer questions about GNU Licenses.
* The `/the-simpsons` folder implements a chatbot, implemented with sentence tranformers, and trained with the a dataset of script lines, to answer questions using quotes from The Simpsons.
## License
All the code in this repository is free software; you can redistribute it and/or modify it under the terms of the Mozilla Public License v2.0.
You should have received a copy of the MPL 2.0 along with this repository, otherwise you can obtain one at http://mozilla.org/MPL/2.0/.
> Note that the datasets might be covered by a different license, depending of their sources.