9
rayO7
6y

Chatbot that can reply to any sort of questions, query, etc.

Project Type
Existing open source project
Summary

Chatbot that can reply to any sort of questions, query, etc.

Description
Coding are done in python3. Basically there are 4 modules of codes including database, backend, frontend, interface. Any suggestions would be appreciated. Thank you.
Tech Stack
python3
Current Team Size
4 members
Comments
  • 0
    What platform/ app is the chatbot on?
  • 0
    @dotPy its for windows for now but also building it for androod as well.
  • 1
    Any good dataset for training? (chatbot)
  • 2
    @rayO7
    Look at @teganburns comment above, that API is excellent at splitting words and getting the general meaning behind it. It will serve as GREAT inputs to your NN.

    As for training data, look at IRC chat histories, or YouTube comments.

    The data you feed into it is important to define it's "personality".

    If you give it data of an angry IRC chat, I'll call it a swear bot.

    Here's someone who found a compiled torrent of all Reddit comments https://google.com.au/amp/...
  • 1
    @coolq
    Thanks bro..
  • 0
    Hey That's sound interesting. If you are looking up for a new member with some Python and ML skills ping me up. Let me know if I can get into your team.
  • 0
  • 1
    If you scrap the contents from a website, it is the violation of the copyright law in some countries.
  • 0
    Git hub link?
  • 1
    you can try Microsoft's QnA maker, which converts FAQ website/document into conversations
Add Comment