Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 362 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 362 Bytes

lily chatbot

introduction

A chatbot which uses a simple linear network and a bag of words method to predict the output which is done by the machine learning framework Pytorch.

installation

git clone https://github.com/gitmax681/Lily_Virtualassitant.git
cd Lily_Virtualassitant
pip3 install -r requirements.txt
python3 chat.py