VishalRohra / Samantha

Romantic conversational chatbot using python and chatterbot

Home Page:https://devpost.com/software/trumpit-q37awp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Samantha

Romantic conversational chatbot using python and chatterbot. Made at HackGT 2016. More info at Devpost.

Chatterbot Installation

This package can be installed from PyPi by running:

pip install chatterbot

Training data

Chatterbot comes with a data utility module that can be used to train chat bots. At the moment there is three languages, English, Spanish and Portuguese training data in this module. Contributions of additional training data or training data in other languages would be greatly appreciated. Take a look at the data files in the chatterbot/corpus directory if you are interested in contributing.

# Train based on the english corpus
chatbot.train("chatterbot.corpus.english")

# Train based on english greetings corpus
chatbot.train("chatterbot.corpus.english.greetings")

# Train based on the english conversations corpus
chatbot.train("chatterbot.corpus.english.conversations")

Corpus contributions are welcome! Please make a pull request.

Chatterbot Documentation

View the documentation for ChatterBot on Read the Docs.

TO-DO

  • Add human conversation corpus
  • Make one chatbot talk to another

About

Romantic conversational chatbot using python and chatterbot

https://devpost.com/software/trumpit-q37awp


Languages

Language:Python 100.0%