An open API service indexing awesome lists of open source software.

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).

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
```