Giter Site home page Giter Site logo

chatbot's Introduction

Chatterbot-Streamlit

A chatbot made using the Chatterbot library in Python and locally hosted using Streamlit. Dataset used were collected during ConvAI2 competition.

Implementation

A web implementation of ChatterBot using Streamlit.

Local Setup:

  1. Ensure that Python, Spacy, Streamlit, and ChatterBot are installed.
  2. To install chatterbot, activate a virtual environment, follow these steps:
  3. conda create --name chatterbot_example python=3.7
  4. conda activate chatterbot_example
  5. pip install chatterbot
  6. pip install chatterbot_corpus
  7. pip install streamlit
  8. Run cbv2.py with streamlit run cbv2.py.
  9. The demo will be live at http://localhost:8501/

How do I deploy this to a web server?

You can try: PythonAnywhere, AWS or Heroku to host your application.

Training

The training has been done using conversations from datasets collected during ConvAI2 competition.Dataset

chatbot's People

Contributors

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