Skip to content

yaushing/Project_BD-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An offline untrained chatbot with some training data.

Hi there. This is a chatbot template for offline chatbots. Export a whastapp .txt file as chat.txt to get the training data

**USE IDLE OR JUPYTER NOTEBOOK TO RUN -- DO NOT USE VS-CODE -- *
I think technically you could use an online compiler like repl but I'm not sure why you would given that the point is for this to be OFFLINE

NOTICE

Once having started training the training will be stored in the following 3 files:
1. db.sqlite3
2. db.sqlite3-shm
3. db.sqlite3-wal
Delete these files to retrain model from scratch (Get rid of unwanted data)
3rd Party Software in files

  1. click v8.1.3
  2. joblib v1.1.0
  3. mathparse v0.1.2
  4. nltk v3.7
  5. Pint v0.19.2
  6. pymongo v3.12.3
  7. python-dateutil v2.7.5
  8. pytz v2022.2.1
  9. PyYAML v3.13
  10. regex v2022.9.11
  11. six v1.16.0
  12. SQLAlchemy v1.2.19
  13. tqdm v4.64.1
  14. PyObjCTools v9.0.1
  15. pyttsx3 v2.9.0

download important files here Note: Ensure you have python 3.9.12 when you run bot.py. Or have jupyter notebook to run bot.ipynb.