Giter VIP home page Giter VIP logo

chatbot-project's Introduction

Chatbot-Project

First attempt at creating a chatbot

Original Blog URL: https://data-flair.training/blogs/python-chatbot-project/

  1. Intents.json – The data file which has predefined patterns and responses.
  2. train_chatbot.py – In this Python file, we wrote a script to build the model and train our chatbot.
  3. Words.pkl – This is a pickle file in which we store the words Python object that contains a list of our vocabulary.
  4. Classes.pkl – The classes pickle file contains the list of categories.
  5. Chatbot_model.h5 – This is the trained model that contains information about the model and has weights of the neurons.
  6. Chatgui.py – This is the Python script in which we implemented GUI for our chatbot. Users can easily interact with the bot.

Planned:

  1. Probably can incoporate word-embeddings instead of just root word derived from lemmatization/stemming.

  2. Experiment with a much more complex neural network than current 3-layered one.

  3. See if we can monitor some metric of accuracy for responses: possibly add a thumbs-up / thumbs-down button for capturing user-satisfaction.

chatbot-project's People

Contributors

vikrantdeshpande09876 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.