gunthercox / ChatterBot

ChatterBot is a machine learning, conversational dialog engine for creating chat bots
https://chatterbot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
14.05k stars 4.44k forks source link

I'm not sure what im doing :( #1007

Closed CruelAlpha closed 7 years ago

CruelAlpha commented 7 years ago

Hey Guys! Sorry, however im not sure what im doing, i learnt about tensorflow and deep learning, and im quite interested in learning. I'm having trouble starting the bot up in general, could someone show me how i can start up the bot? Thanks!

Issen007 commented 7 years ago

@CruelAlpha what do you want? Do you want to run it from a Python CLI or via a Web Interface?

vkosuri commented 7 years ago

@CruelAlpha Sure

i learnt about tensorflow and deep learning, and im quite interested in learning.

Let me clarify few things Chatterbot is independent of Tensorflow and Deep Learning .

how i can start up the bot?

I will give a birdeye view of chatterbot,

  1. Did you installed chaterbot? If not please do so.
  2. Second major import thing is, understanding of chartterbot-corpus. In brief talks about statements and response are in either JSON or YAML
  3. Train your bot.
  4. Read some time on logic-adapter and how they are working. In short they are process your input requests.
  5. After that where you are getting input and output to chat with your bot. i.e. Linux/Windows Terminal, Hipchat, Gitter or etc.
  6. Take look at storage adapters, how your are data will store.
  7. Optional readings, Filters and Session management.

After all these steps, Try to make use of awesome examples.

Let us know if you need any further help, Happy chatting 👍

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.