Tensor Flow
  • Tensor Flow
  • Introduction
  • Installation
    • MacOs
    • Ubuntu
  • Applications
    • Chatbot
      • Introduction
        • Concepts and parameters
      • Dependencies
        • Libraries
        • Data - Reddit
      • Data Structure
      • Buffering Data
      • Building DataBase
      • Training DataBase and Model
      • Interaction with ChatBot
    • Image Recognition
      • Introduction
      • Dependecies
      • Example
        • Results
Powered by GitBook
On this page

Was this helpful?

  1. Applications
  2. Chatbot

Interaction with ChatBot

We're going to talk about how we can interact with our model.

Now we can talk with new friend ChatBot, lets type:

$ cd Desktop/nmt-chatbot/
$ python3 inferences.py
Starting interactive mode (first response will take a while):

> Hello how are you?

- I'm good.
- Hey, how's your day?
- Hey hey hey hey hey hey hey hey
- Hey, how's your day going?
....
..
...
PreviousTraining DataBase and ModelNextImage Recognition

Last updated 5 years ago

Was this helpful?