An open API service indexing awesome lists of open source software.

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

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.