Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (24 loc) · 635 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 635 Bytes

Shrimp

A simple chatbot build with Python, NLTK & SKLearn.

Installation

Installation is simplest:

  1. Clone the repository
  2. Install dependencies with pip install -r requirements.txt
  3. You are good to go!

Installation notes

Shrimp depends on:

  1. NLTK
  2. SKLearn

Usage

Check out A simple usage example for a short intro. A sample usage is:

python bot.py

output is:

output

Contributing

Feel free to submit pull requests to me.

Authors

Licensing

MITLicense