Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reekrajroy/selflearning_chatbot
Self learning chatbot using python.
https://github.com/reekrajroy/selflearning_chatbot
python scikit-learn
Last synced: about 3 hours ago
JSON representation
Self learning chatbot using python.
- Host: GitHub
- URL: https://github.com/reekrajroy/selflearning_chatbot
- Owner: REEKRAJROY
- Created: 2021-04-09T15:32:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T20:49:34.000Z (over 3 years ago)
- Last Synced: 2023-03-07T15:43:20.277Z (over 1 year ago)
- Topics: python, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# selflearning_chatbot
This self learning chatbot is user interactive and gives information on quantum computing by scrapping article from wikipedia.
Natural language toolkit and newspaper3k have been used to extract articles.
TfidfVectorizer from scikit learn has been used for conversion matrix tf-idf features.# Try here: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/10ST9i8mkl0eIHNjOaZo9EVD7N04KtKyX?usp=sharing)
![Screenshot from 2021-04-09 21-13-39](https://user-images.githubusercontent.com/55712612/114206185-b5ca6e80-9978-11eb-8e76-be8f5f557716.png)