https://github.com/lovesaroha/contextual-chatbot-training
Training a keras model to try to figure out what user intends (in which sense or proportion the user is asking a question).
https://github.com/lovesaroha/contextual-chatbot-training
chatbot python tensorflow
Last synced: 5 months ago
JSON representation
Training a keras model to try to figure out what user intends (in which sense or proportion the user is asking a question).
- Host: GitHub
- URL: https://github.com/lovesaroha/contextual-chatbot-training
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-10-20T09:19:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-20T09:19:44.000Z (about 4 years ago)
- Last Synced: 2025-03-02T06:47:59.862Z (11 months ago)
- Topics: chatbot, python, tensorflow
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contextual-Chatbot-Training
Training a keras model to try to figure out what user intends (in which sense or proportion the user is asking a question).
## Requirements
- Python 3 or higher.
## Packages
### Tensorflow
```bash
py -m pip install tensorflow
```
### Numpy
```bash
py -m pip install numpy
```
## Start Training
```bash
py training.py
```